move-semver-tags-action 3.0.14 → 3.0.17

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