move-semver-tags-action 3.0.13 → 3.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -243
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "move-semver-tags-action",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.14",
|
|
4
4
|
"description": "Move your SemVer major and minor tags automatically",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"lint:git": "commitlint",
|
|
11
11
|
"lint": "eslint . --ext js,json",
|
|
12
|
-
"test": "mocha
|
|
12
|
+
"test": "mocha",
|
|
13
13
|
"release": "standard-version --commit-all"
|
|
14
14
|
},
|
|
15
15
|
"standard-version": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@crowdstrike/commitlint": "^4.0.0",
|
|
47
|
-
"@kellyselden/node-template": "2.
|
|
47
|
+
"@kellyselden/node-template": "2.2.0",
|
|
48
48
|
"@zeit/ncc": "0.22.3",
|
|
49
49
|
"chai": "^4.3.4",
|
|
50
50
|
"eslint": "^8.0.0",
|
package/CHANGELOG.md
DELETED
|
@@ -1,243 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [3.0.13](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.12...v3.0.13) (2021-10-12)
|
|
6
|
-
|
|
7
|
-
### [3.0.12](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.11...v3.0.12) (2021-10-12)
|
|
8
|
-
|
|
9
|
-
### [3.0.11](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.10...v3.0.11) (2021-08-17)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
### Bug Fixes
|
|
13
|
-
|
|
14
|
-
* update yn import ([87cc3be](https://github.com/kellyselden/move-semver-tags-action/commit/87cc3bea5711b0c5db7803426f4879fe46fb5fcb))
|
|
15
|
-
* **deps:** update dependency yn to v5 ([c9afd70](https://github.com/kellyselden/move-semver-tags-action/commit/c9afd7072bf5a7eab38677f913bef015c643f182))
|
|
16
|
-
|
|
17
|
-
### [3.0.10](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.9...v3.0.10) (2021-07-04)
|
|
18
|
-
|
|
19
|
-
### [3.0.9](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.8...v3.0.9) (2021-06-14)
|
|
20
|
-
|
|
21
|
-
### [3.0.8](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.7...v3.0.8) (2021-06-14)
|
|
22
|
-
|
|
23
|
-
### [3.0.7](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.6...v3.0.7) (2021-06-11)
|
|
24
|
-
|
|
25
|
-
### [3.0.6](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.5...v3.0.6) (2021-06-11)
|
|
26
|
-
|
|
27
|
-
### [3.0.5](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.4...v3.0.5) (2021-06-10)
|
|
28
|
-
|
|
29
|
-
### [3.0.4](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.3...v3.0.4) (2021-05-09)
|
|
30
|
-
|
|
31
|
-
### [3.0.3](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.2...v3.0.3) (2021-05-09)
|
|
32
|
-
|
|
33
|
-
### [3.0.2](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.1...v3.0.2) (2021-05-09)
|
|
34
|
-
|
|
35
|
-
### [3.0.1](https://github.com/kellyselden/move-semver-tags-action/compare/v3.0.0...v3.0.1) (2021-05-09)
|
|
36
|
-
|
|
37
|
-
## [3.0.0](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.41...v3.0.0) (2021-05-09)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### ⚠ BREAKING CHANGES
|
|
41
|
-
|
|
42
|
-
* bump to node 12
|
|
43
|
-
|
|
44
|
-
* ember-cli-update-action ([c7a43c6](https://github.com/kellyselden/move-semver-tags-action/commit/c7a43c637783a36fb263962fb788e7c10f2a2960))
|
|
45
|
-
|
|
46
|
-
### [2.1.41](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.40...v2.1.41) (2021-05-09)
|
|
47
|
-
|
|
48
|
-
### [2.1.40](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.39...v2.1.40) (2021-05-04)
|
|
49
|
-
|
|
50
|
-
### [2.1.39](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.38...v2.1.39) (2021-04-26)
|
|
51
|
-
|
|
52
|
-
### [2.1.38](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.37...v2.1.38) (2021-04-26)
|
|
53
|
-
|
|
54
|
-
### [2.1.37](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.36...v2.1.37) (2021-04-26)
|
|
55
|
-
|
|
56
|
-
### [2.1.36](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.35...v2.1.36) (2020-12-19)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Bug Fixes
|
|
60
|
-
|
|
61
|
-
* fix npm import ([56be813](https://github.com/kellyselden/move-semver-tags-action/commit/56be8130c86decb56da115a63f4603bb112858ac))
|
|
62
|
-
|
|
63
|
-
### [2.1.35](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.34...v2.1.35) (2020-12-19)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* don't rewrite tags that don't need to be ([56080c8](https://github.com/kellyselden/move-semver-tags-action/commit/56080c858aca15a597489a70b67139e45b9a18c8))
|
|
69
|
-
|
|
70
|
-
### [2.1.34](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.33...v2.1.34) (2020-12-19)
|
|
71
|
-
|
|
72
|
-
### [2.1.33](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.32...v2.1.33) (2020-12-19)
|
|
73
|
-
|
|
74
|
-
### [2.1.32](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.31...v2.1.32) (2020-12-19)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
* **deps:** update dependency execa to v5 ([c469aec](https://github.com/kellyselden/move-semver-tags-action/commit/c469aec03249a6d8bf2d5525e62c23c30c8ad4ff))
|
|
80
|
-
|
|
81
|
-
### [2.1.31](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.30...v2.1.31) (2020-12-19)
|
|
82
|
-
|
|
83
|
-
### [2.1.30](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.29...v2.1.30) (2020-12-19)
|
|
84
|
-
|
|
85
|
-
### [2.1.29](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.28...v2.1.29) (2020-12-19)
|
|
86
|
-
|
|
87
|
-
### [2.1.28](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.27...v2.1.28) (2020-12-19)
|
|
88
|
-
|
|
89
|
-
### [2.1.27](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.26...v2.1.27) (2020-12-19)
|
|
90
|
-
|
|
91
|
-
### [2.1.26](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.25...v2.1.26) (2020-11-13)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
* fix `EOL` in windows ([31a0e15](https://github.com/kellyselden/move-semver-tags-action/commit/31a0e15bc9c0b124786b56357a27e3351ccff771))
|
|
97
|
-
|
|
98
|
-
### [2.1.25](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.24...v2.1.25) (2020-11-13)
|
|
99
|
-
|
|
100
|
-
### [2.1.24](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.23...v2.1.24) (2020-10-19)
|
|
101
|
-
|
|
102
|
-
### [2.1.23](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.22...v2.1.23) (2020-10-04)
|
|
103
|
-
|
|
104
|
-
### [2.1.22](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.21...v2.1.22) (2020-10-04)
|
|
105
|
-
|
|
106
|
-
### [2.1.21](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.20...v2.1.21) (2020-10-04)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Bug Fixes
|
|
110
|
-
|
|
111
|
-
* remove the need for `getTagMessage` ([e753a84](https://github.com/kellyselden/move-semver-tags-action/commit/e753a8440332a54a5604b2522cbc58ffd50d7fa3))
|
|
112
|
-
|
|
113
|
-
### [2.1.20](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.19...v2.1.20) (2020-10-04)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
117
|
-
|
|
118
|
-
* rename `index` to `moveSemverTags` ([e9593b2](https://github.com/kellyselden/move-semver-tags-action/commit/e9593b21fbe5aa2d15305b94d380f0fd85a62bca))
|
|
119
|
-
|
|
120
|
-
### [2.1.19](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.18...v2.1.19) (2020-10-04)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* replace tag delete with force add ([a2d3dcf](https://github.com/kellyselden/move-semver-tags-action/commit/a2d3dcf1a880dbc0f1e8cd279598ded5508fe530))
|
|
126
|
-
|
|
127
|
-
### [2.1.18](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.17...v2.1.18) (2020-10-04)
|
|
128
|
-
|
|
129
|
-
### [2.1.17](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.16...v2.1.17) (2020-10-04)
|
|
130
|
-
|
|
131
|
-
### [2.1.16](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.15...v2.1.16) (2020-10-03)
|
|
132
|
-
|
|
133
|
-
### [2.1.15](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.14...v2.1.15) (2020-10-03)
|
|
134
|
-
|
|
135
|
-
### [2.1.14](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.13...v2.1.14) (2020-10-03)
|
|
136
|
-
|
|
137
|
-
### [2.1.13](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.12...v2.1.13) (2020-10-03)
|
|
138
|
-
|
|
139
|
-
### [2.1.12](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.11...v2.1.12) (2020-10-03)
|
|
140
|
-
|
|
141
|
-
### [2.1.11](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.10...v2.1.11) (2020-10-03)
|
|
142
|
-
|
|
143
|
-
### [2.1.10](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.9...v2.1.10) (2020-10-03)
|
|
144
|
-
|
|
145
|
-
### [2.1.9](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.8...v2.1.9) (2020-10-03)
|
|
146
|
-
|
|
147
|
-
### [2.1.8](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.7...v2.1.8) (2020-10-03)
|
|
148
|
-
|
|
149
|
-
### [2.1.7](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.6...v2.1.7) (2020-10-03)
|
|
150
|
-
|
|
151
|
-
### [2.1.6](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.5...v2.1.6) (2020-10-03)
|
|
152
|
-
|
|
153
|
-
### [2.1.5](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.4...v2.1.5) (2020-10-01)
|
|
154
|
-
|
|
155
|
-
### [2.1.4](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.3...v2.1.4) (2020-09-29)
|
|
156
|
-
|
|
157
|
-
### [2.1.3](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.2...v2.1.3) (2020-09-29)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
* make action name more readable ([28a6900](https://github.com/kellyselden/move-semver-tags-action/commit/28a6900f5d372c0e9717fdb7b1e89feb4f1c1062))
|
|
163
|
-
|
|
164
|
-
### [2.1.2](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.1...v2.1.2) (2020-09-28)
|
|
165
|
-
|
|
166
|
-
### [2.1.1](https://github.com/kellyselden/move-semver-tags-action/compare/v2.1.0...v2.1.1) (2020-09-28)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### Bug Fixes
|
|
170
|
-
|
|
171
|
-
* do npm publish in same release ([a6fbdbd](https://github.com/kellyselden/move-semver-tags-action/commit/a6fbdbd4c361641056b6c6ab3b9230bbaa6daf1a))
|
|
172
|
-
|
|
173
|
-
## [2.1.0](https://github.com/kellyselden/move-semver-tags-action/compare/v2.0.1...v2.1.0) (2020-09-28)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* add npm publish ([399bde9](https://github.com/kellyselden/move-semver-tags-action/commit/399bde99b39d17a20796faae706ba0edf06a141b))
|
|
179
|
-
|
|
180
|
-
### [2.0.1](https://github.com/kellyselden/move-semver-tags-action/compare/v2.0.0...v2.0.1) (2020-09-28)
|
|
181
|
-
|
|
182
|
-
## [2.0.0](https://github.com/kellyselden/move-semver-tags-action/compare/v1.0.7...v2.0.0) (2020-09-28)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### ⚠ BREAKING CHANGES
|
|
186
|
-
|
|
187
|
-
* rename `copy-annotation` to `copy-annotations`
|
|
188
|
-
|
|
189
|
-
### Bug Fixes
|
|
190
|
-
|
|
191
|
-
* change to `fetch-depth: 0` ([f3347f5](https://github.com/kellyselden/move-semver-tags-action/commit/f3347f5f297630b8f59351236d031be1b64f45ce))
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
* rename `copy-annotation` to `copy-annotations` ([f54bf14](https://github.com/kellyselden/move-semver-tags-action/commit/f54bf1417d6cbb3ad2d177fc4acdfdc65984ccdf))
|
|
195
|
-
|
|
196
|
-
### 1.0.7 (2020-09-28)
|
|
197
|
-
|
|
198
|
-
### 1.0.6 (2020-09-28)
|
|
199
|
-
|
|
200
|
-
### 1.0.5 (2020-09-28)
|
|
201
|
-
|
|
202
|
-
### 1.0.4 (2020-09-28)
|
|
203
|
-
|
|
204
|
-
### 1.0.3 (2020-09-27)
|
|
205
|
-
|
|
206
|
-
### 1.0.2 (2020-09-27)
|
|
207
|
-
|
|
208
|
-
### 1.0.1 (2020-09-27)
|
|
209
|
-
|
|
210
|
-
## [1.0.0](https://github.com/kellyselden/move-semver-tags-action/compare/v0.0.14...v1.0.0) (2020-09-27)
|
|
211
|
-
|
|
212
|
-
### 0.0.14 (2020-09-27)
|
|
213
|
-
|
|
214
|
-
### 0.0.13 (2020-09-27)
|
|
215
|
-
|
|
216
|
-
### 0.0.12 (2020-09-27)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### Bug Fixes
|
|
220
|
-
|
|
221
|
-
* make dist ([b441ee8](https://github.com/kellyselden/move-semver-tags-action/commit/b441ee8151e9825176cf7a7e72979afd0108e7f5))
|
|
222
|
-
|
|
223
|
-
### 0.0.11 (2020-09-27)
|
|
224
|
-
|
|
225
|
-
### 0.0.10 (2020-09-27)
|
|
226
|
-
|
|
227
|
-
### 0.0.9 (2020-09-27)
|
|
228
|
-
|
|
229
|
-
### 0.0.8 (2020-09-27)
|
|
230
|
-
|
|
231
|
-
### 0.0.7 (2020-09-26)
|
|
232
|
-
|
|
233
|
-
### 0.0.6 (2020-09-26)
|
|
234
|
-
|
|
235
|
-
### 0.0.5 (2020-09-26)
|
|
236
|
-
|
|
237
|
-
### 0.0.4 (2020-09-20)
|
|
238
|
-
|
|
239
|
-
### 0.0.3 (2020-09-20)
|
|
240
|
-
|
|
241
|
-
### 0.0.2 (2020-09-20)
|
|
242
|
-
|
|
243
|
-
### 0.0.1 (2020-09-20)
|