Skip to content

Commit e0e8fc8

Browse files
committed
v0.4.4
1 parent d43fef5 commit e0e8fc8

File tree

2 files changed

+134
-39
lines changed

2 files changed

+134
-39
lines changed

CHANGELOG.md

Lines changed: 132 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,278 @@
1+
## [0.4.4](https://github.com/varletjs/release/compare/v0.4.2...v0.4.4) (2025-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* fix the npm release error handling ([#37](https://github.com/varletjs/release/issues/37)) ([fb831c4](https://github.com/varletjs/release/commit/fb831c4ccc5a3c8b88e10e394a7f0a790c400db5))
7+
8+
9+
110
## [0.4.2](https://github.com/varletjs/release/compare/v0.4.1...v0.4.2) (2025-11-06)
211

12+
313
### Code Refactoring
414

5-
- **release:** Better display of log information ([4054a7e](https://github.com/varletjs/release/commit/4054a7e2388ec863c61ee9a4136d50bb78398704))
15+
* **release:** Better display of log information ([4054a7e](https://github.com/varletjs/release/commit/4054a7e2388ec863c61ee9a4136d50bb78398704))
16+
17+
618

719
## [0.4.1](https://github.com/varletjs/release/compare/v0.4.0...v0.4.1) (2025-05-21)
820

21+
922
### Features
1023

11-
- **changelog:** enable refactor for display in the CHANGELOG.md ([#33](https://github.com/varletjs/release/issues/33)) ([2381b66](https://github.com/varletjs/release/commit/2381b66a42d0504b16b74fe5a2b73dd18b6195bc))
24+
* **changelog:** enable refactor for display in the CHANGELOG.md ([#33](https://github.com/varletjs/release/issues/33)) ([2381b66](https://github.com/varletjs/release/commit/2381b66a42d0504b16b74fe5a2b73dd18b6195bc))
25+
26+
1227

1328
# [0.4.0](https://github.com/varletjs/release/compare/v0.3.3...v0.4.0) (2025-05-20)
1429

30+
1531
### Features
1632

17-
- **changelog:** add writerOpts to customize commit type transformations ([#31](https://github.com/varletjs/release/issues/31)) ([c682b35](https://github.com/varletjs/release/commit/c682b35b431becc7aa6c06e742ca550cbd88125e))
18-
- replace custom logger with rslog ([#29](https://github.com/varletjs/release/issues/29)) ([258e786](https://github.com/varletjs/release/commit/258e786c7a26095dd87e80c532192202e6e68326))
33+
* **changelog:** add writerOpts to customize commit type transformations ([#31](https://github.com/varletjs/release/issues/31)) ([c682b35](https://github.com/varletjs/release/commit/c682b35b431becc7aa6c06e742ca550cbd88125e))
34+
* replace custom logger with rslog ([#29](https://github.com/varletjs/release/issues/29)) ([258e786](https://github.com/varletjs/release/commit/258e786c7a26095dd87e80c532192202e6e68326))
35+
36+
1937

2038
## [0.3.3](https://github.com/varletjs/release/compare/v0.3.2...v0.3.3) (2025-01-15)
2139

40+
2241
### Code Refactoring
2342

24-
- remove unused title function ([#24](https://github.com/varletjs/release/issues/24)) ([ac37481](https://github.com/varletjs/release/commit/ac37481d8257585d73fa14deb2b131a960059007))
43+
* remove unused title function ([#24](https://github.com/varletjs/release/issues/24)) ([ac37481](https://github.com/varletjs/release/commit/ac37481d8257585d73fa14deb2b131a960059007))
44+
2545

2646
### Features
2747

28-
- support changelog preset ([#28](https://github.com/varletjs/release/issues/28)) ([9daf25c](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820))
48+
* support changelog preset ([#28](https://github.com/varletjs/release/issues/28)) ([9daf25c](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820))
49+
50+
2951

3052
## [0.3.2](https://github.com/varletjs/release/compare/v0.3.1...v0.3.2) (2024-12-24)
3153

54+
3255
### Bug Fixes
3356

34-
- skip confirm registry when skipNpmPublish is true ([#23](https://github.com/varletjs/release/issues/23)) ([ea20a40](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf))
57+
* skip confirm registry when skipNpmPublish is true ([#23](https://github.com/varletjs/release/issues/23)) ([ea20a40](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf))
58+
3559

3660
### Code Refactoring
3761

38-
- optimize code ([#18](https://github.com/varletjs/release/issues/18)) ([b732aa2](https://github.com/varletjs/release/commit/b732aa2f4fd31945bc19fe906dcb1754145ea566))
39-
- optimize version reading code ([#21](https://github.com/varletjs/release/issues/21)) ([4c3c25d](https://github.com/varletjs/release/commit/4c3c25d19537246ec6c934f6e9086ea6fb833414))
62+
* optimize code ([#18](https://github.com/varletjs/release/issues/18)) ([b732aa2](https://github.com/varletjs/release/commit/b732aa2f4fd31945bc19fe906dcb1754145ea566))
63+
* optimize version reading code ([#21](https://github.com/varletjs/release/issues/21)) ([4c3c25d](https://github.com/varletjs/release/commit/4c3c25d19537246ec6c934f6e9086ea6fb833414))
64+
65+
4066

4167
## [0.3.1](https://github.com/varletjs/release/compare/v0.3.0...v0.3.1) (2024-11-02)
4268

69+
4370
### Code Refactoring
4471

45-
- optimize release type order ([#13](https://github.com/varletjs/release/issues/13)) ([8b5b017](https://github.com/varletjs/release/commit/8b5b0178d93753071349b9ef29641db5da8b1f3a))
72+
* optimize release type order ([#13](https://github.com/varletjs/release/issues/13)) ([8b5b017](https://github.com/varletjs/release/commit/8b5b0178d93753071349b9ef29641db5da8b1f3a))
73+
74+
4675

4776
# [0.3.0](https://github.com/varletjs/release/compare/v0.2.11...v0.3.0) (2024-10-26)
4877

78+
4979
### Code Refactoring
5080

51-
- migrate from inquirer to @inquirer/prompts ([#9](https://github.com/varletjs/release/issues/9)) ([97f7282](https://github.com/varletjs/release/commit/97f7282cdd62cb51d79ad419396b7de7403b1594))
52-
- release process for error handling ([93bd80a](https://github.com/varletjs/release/commit/93bd80ab6cc69cc5254b8c64587b18df3e84d643))
81+
* migrate from inquirer to @inquirer/prompts ([#9](https://github.com/varletjs/release/issues/9)) ([97f7282](https://github.com/varletjs/release/commit/97f7282cdd62cb51d79ad419396b7de7403b1594))
82+
* release process for error handling ([93bd80a](https://github.com/varletjs/release/commit/93bd80ab6cc69cc5254b8c64587b18df3e84d643))
83+
5384

5485
### Features
5586

56-
- support viewing current version ([#12](https://github.com/varletjs/release/issues/12)) ([daf30da](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672))
87+
* support viewing current version ([#12](https://github.com/varletjs/release/issues/12)) ([daf30da](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672))
88+
89+
5790

5891
## [0.2.11](https://github.com/varletjs/release/compare/v0.2.10...v0.2.11) (2024-07-16)
5992

93+
6094
### Features
6195

62-
- update release task function to accept version parameters ([e2b6ead](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26))
96+
* update release task function to accept version parameters ([e2b6ead](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26))
97+
98+
6399

64100
## [0.2.10](https://github.com/varletjs/release/compare/v0.2.9...v0.2.10) (2024-04-26)
65101

102+
66103
### Features
67104

68-
- add remote version check to release ([9136d75](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d))
105+
* add remote version check to release ([9136d75](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d))
106+
107+
69108

70109
## [0.2.9](https://github.com/varletjs/release/compare/v0.2.8...v0.2.9) (2024-04-21)
71110

111+
72112
### Features
73113

74-
- ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9))
114+
* ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9))
115+
116+
75117

76118
## [0.2.8](https://github.com/varletjs/release/compare/v0.2.7...v0.2.8) (2024-04-09)
77119

120+
78121
### Code Refactoring
79122

80-
- remove useless characters ([3e0285b](https://github.com/varletjs/release/commit/3e0285b4eb70ddcd6afe201b8f8437c98c297994))
123+
* remove useless characters ([3e0285b](https://github.com/varletjs/release/commit/3e0285b4eb70ddcd6afe201b8f8437c98c297994))
124+
125+
81126

82127
## [0.2.7](https://github.com/varletjs/release/compare/v0.2.6...v0.2.7) (2024-04-01)
83128

129+
84130
### Features
85131

86-
- multiple version confirmation is supported ([#6](https://github.com/varletjs/release/issues/6)) ([ba9ed65](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133))
132+
* multiple version confirmation is supported ([#6](https://github.com/varletjs/release/issues/6)) ([ba9ed65](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133))
133+
134+
87135

88136
## [0.2.6](https://github.com/varletjs/release/compare/v0.2.5...v0.2.6) (2024-03-22)
89137

138+
90139
### Features
91140

92-
- **commitLint:** add merge and wip type ([#5](https://github.com/varletjs/release/issues/5)) ([026a51e](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961))
141+
* **commitLint:** add merge and wip type ([#5](https://github.com/varletjs/release/issues/5)) ([026a51e](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961))
142+
143+
93144

94145
## [0.2.5](https://github.com/varletjs/release/compare/v0.2.4...v0.2.5) (2024-02-19)
95146

147+
96148
### Bug Fixes
97149

98-
- fix tag order ([661cfcc](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478))
150+
* fix tag order ([661cfcc](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478))
151+
152+
99153

100154
## [0.2.4](https://github.com/varletjs/release/compare/v0.2.3...v0.2.4) (2024-02-19)
101155

156+
102157
### Features
103158

104-
- support npmTag ([74a0c9a](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48))
159+
* support npmTag ([74a0c9a](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48))
160+
161+
105162

106163
## [0.2.3](https://github.com/varletjs/release/compare/v0.2.2...v0.2.3) (2024-01-30)
107164

165+
108166
### Features
109167

110-
- Check if the npm package has a remote version ([#4](https://github.com/varletjs/release/issues/4)) ([88eab2d](https://github.com/varletjs/release/commit/88eab2d450681e05281a383224a75587520e3a77))
111-
- support --skip-changelog ([3856b4a](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb))
168+
* Check if the npm package has a remote version ([#4](https://github.com/varletjs/release/issues/4)) ([88eab2d](https://github.com/varletjs/release/commit/88eab2d450681e05281a383224a75587520e3a77))
169+
* support --skip-changelog ([3856b4a](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb))
170+
171+
112172

113173
## [0.2.2](https://github.com/varletjs/release/compare/v0.2.1...v0.2.2) (2024-01-25)
114174

175+
115176
### Bug Fixes
116177

117-
- fix skip git tag command error ([892d771](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f))
178+
* fix skip git tag command error ([892d771](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f))
179+
180+
118181

119182
## [0.2.1](https://github.com/varletjs/release/compare/v0.2.0...v0.2.1) (2024-01-25)
120183

184+
121185
### Features
122186

123-
- support --skip-git-tag ([6e59690](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007))
187+
* support --skip-git-tag ([6e59690](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007))
188+
189+
124190

125191
# [0.2.0](https://github.com/varletjs/release/compare/v0.1.2...v0.2.0) (2024-01-23)
126192

193+
127194
### Features
128195

129-
- **release:** implement CI pipeline for automated npm package publishing ([#3](https://github.com/varletjs/release/issues/3)) ([b038c0f](https://github.com/varletjs/release/commit/b038c0fd966b8764beacc8c45d2b96dbbceae62b))
196+
* **release:** implement CI pipeline for automated npm package publishing ([#3](https://github.com/varletjs/release/issues/3)) ([b038c0f](https://github.com/varletjs/release/commit/b038c0fd966b8764beacc8c45d2b96dbbceae62b))
197+
198+
130199

131200
## [0.1.2](https://github.com/varletjs/release/compare/v0.1.1...v0.1.2) (2023-12-13)
132201

202+
203+
133204
## [0.1.1](https://github.com/varletjs/release/compare/v0.1.0...v0.1.1) (2023-12-13)
134205

206+
135207
### Code Refactoring
136208

137-
- uniform parameter name ([81c5504](https://github.com/varletjs/release/commit/81c5504af5ac550a24ac351baf50d702fc192927))
209+
* uniform parameter name ([81c5504](https://github.com/varletjs/release/commit/81c5504af5ac550a24ac351baf50d702fc192927))
210+
211+
138212

139213
# [0.1.0](https://github.com/varletjs/release/compare/v0.0.5...v0.1.0) (2023-12-12)
140214

215+
141216
### Code Refactoring
142217

143-
- optimize command parameters ([76aab5d](https://github.com/varletjs/release/commit/76aab5d185a71d46ce7820b5a50b587ba6c5ae97))
218+
* optimize command parameters ([76aab5d](https://github.com/varletjs/release/commit/76aab5d185a71d46ce7820b5a50b587ba6c5ae97))
219+
144220

145221
### Features
146222

147-
- add custom regex validation and error message display ([f6dc9c3](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9))
223+
* add custom regex validation and error message display ([f6dc9c3](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9))
224+
225+
148226

149227
## [0.0.5](https://github.com/varletjs/release/compare/v0.0.4...v0.0.5) (2023-12-07)
150228

229+
151230
### Features
152231

153-
- expose more functions ([7895689](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7))
232+
* expose more functions ([7895689](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7))
233+
234+
154235

155236
## [0.0.4](https://github.com/varletjs/release/compare/v0.0.3...v0.0.4) (2023-12-07)
156237

238+
157239
### Features
158240

159-
- support lint commit message ([e3200b2](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf))
241+
* support lint commit message ([e3200b2](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf))
242+
243+
160244

161245
## [0.0.3](https://github.com/varletjs/release/compare/v0.0.2...v0.0.3) (2023-11-17)
162246

247+
163248
### Bug Fixes
164249

165-
- fix logger ([3728d8d](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237))
166-
- fix restore error ([1485b38](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056))
250+
* fix logger ([3728d8d](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237))
251+
* fix restore error ([1485b38](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056))
252+
253+
167254

168255
## [0.0.2](https://github.com/varletjs/release/compare/v0.0.1...v0.0.2) (2023-11-15)
169256

257+
170258
### Features
171259

172-
- remove feature one-time password ([c92c5a0](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc))
260+
* remove feature one-time password ([c92c5a0](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc))
261+
262+
173263

174264
## [0.0.1](https://github.com/varletjs/release/compare/15e865524628c2dd7db31de8c3052a6f1e3d2276...v0.0.1) (2023-11-14)
175265

266+
176267
### Code Refactoring
177268

178-
- optimization flow ([6122090](https://github.com/varletjs/release/commit/61220901994191deaf1f790c8a2568362c7d3c3e))
269+
* optimization flow ([6122090](https://github.com/varletjs/release/commit/61220901994191deaf1f790c8a2568362c7d3c3e))
270+
179271

180272
### Features
181273

182-
- command option add one-time password ([b06fc89](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497))
183-
- init ([15e8655](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276))
274+
* command option add one-time password ([b06fc89](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497))
275+
* init ([15e8655](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276))
276+
277+
278+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/release",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "publish all packages, generate changelogs and check commit messages",
55
"keywords": [
66
"varlet",
@@ -85,4 +85,4 @@
8585
"node": ">=16.0.0",
8686
"pnpm": ">=9.0"
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)