Commit 8693022
authored
Rewrite: TypeScript-only (#57)
* chore(deps): bump dependecies
* chore: add "inputs" script
* chore: commit local work
* chore: delete lib folder
* chore: commit local work
* BREAKING: edit action options
- force has been deleted, pass the '-f' parameter to add and remove
- ref is now called branch
* [auto] build: update compiled version
* chore: improve input checks
* [auto] build: update compiled version
* fix: pathspec errors should be catched differently
* [auto] build: update compiled version
* fix: check for 'add' and 'remove' before running commands
* [auto] build: update compiled version
* fix: log git commands
* [auto] build: update compiled version
* fix: improve logs' readability
* [auto] build: update compiled version
* chore: try not resetting files
* [auto] build: update compiled version
* fix: ignore errors on 2nd stage, log them on 1st
* [auto] build: update compiled version
* fix: signoff
* [auto] build: update compiled version
* fix: log git tag output
* [auto] build: update compiled version
* fix: use proper method for tagging
* [auto] build: update compiled version
* fix: use dedicated method for pushing tags
* [auto] build: update compiled version
* fix: using pure git tag command is better
* [auto] build: update compiled version
* fix: improve error handling
* [auto] build: update compiled version
* fix: I messed up the lines
* [auto] build: update compiled version
* fix: fix tags push when there's a forced update
* [auto] build: update compiled version
* fix: log errors too
* chore: remove unused dependecy
* [auto] build: update compiled version
* fix: don't log when using ignoreErrors
* [auto] build: update compiled version
* fix: fetch tags
* [auto] build: update compiled version
* fix: try forcing tag fetch
* [auto] build: update compiled version
* fix: try using original command for pushing tags
* [auto] build: update compiled version
* fix: try removing repo from tag command
* [auto] build: update compiled version
* fix: try with object options
* [auto] build: update compiled version
* i don't even know anymore
* [auto] build: update compiled version
* fix: try deleting the tag when it's rejected
* [auto] build: update compiled version
* fix: isolate tag name
* [auto] build: update compiled version
* fix: log result of tag deletion
* [auto] build: update compiled version
* fix: use actual values instead of references
* [auto] build: update compiled version
* fix: join netrc path with module
* [auto] build: update compiled version
* fix-: try not using .netrc at all
* [auto] build: update compiled version
* fix: remove .netrc config
* [auto] build: update compiled version
* chore: remove old shell file
* docs: update README
* chore: fix typo in action manifest
* chore: move ncc to dev-deps
* fix: cwd not working properly
* [auto] build: update compiled version1 parent c7b6856 commit 8693022
File tree
13 files changed
+344
-715
lines changed- .github/workflows
- lib
- scripts
- src
13 files changed
+344
-715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | | - | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
23 | | - | |
| 20 | + | |
24 | 21 | | |
25 | | - | |
26 | | - | |
| 22 | + | |
27 | 23 | | |
28 | | - | |
29 | | - | |
| 24 | + | |
30 | 25 | | |
31 | | - | |
| 26 | + | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 41 | | |
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
53 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
54 | 50 | | |
55 | | - | |
| 51 | + | |
56 | 52 | | |
57 | 53 | | |
58 | 54 | | |
| |||
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | | - | |
| 65 | + | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
74 | | - | |
| 70 | + | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
79 | | - | |
80 | | - | |
| 75 | + | |
81 | 76 | | |
82 | 77 | | |
83 | 78 | | |
| |||
107 | 102 | | |
108 | 103 | | |
109 | 104 | | |
110 | | - | |
| 105 | + | |
111 | 106 | | |
112 | 107 | | |
113 | 108 | | |
| |||
138 | 133 | | |
139 | 134 | | |
140 | 135 | | |
141 | | - | |
| 136 | + | |
142 | 137 | | |
143 | 138 | | |
144 | | - | |
| 139 | + | |
145 | 140 | | |
146 | | - | |
147 | 141 | | |
148 | 142 | | |
149 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 21 | + | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 26 | | |
35 | 27 | | |
36 | 28 | | |
37 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
38 | 32 | | |
39 | | - | |
| 33 | + | |
40 | 34 | | |
41 | | - | |
42 | 35 | | |
43 | 36 | | |
44 | 37 | | |
| |||
Whitespace-only changes.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments