Skip to content

Commit b4f801f

Browse files
committed
v0.4.0
1 parent c682b35 commit b4f801f

File tree

2 files changed

+66
-25
lines changed

2 files changed

+66
-25
lines changed

CHANGELOG.md

Lines changed: 64 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,171 @@
1+
# [0.4.0](https://github.com/varletjs/release/compare/v0.3.3...v0.4.0) (2025-05-20)
2+
3+
### Features
4+
5+
- **changelog:** add writerOpts to customize commit type transformations (#31) ([](https://github.com/varletjs/release/commit/c682b35b431becc7aa6c06e742ca550cbd88125e)), closes [#31](https://github.com/varletjs/release/issues/31)
6+
- replace custom logger with rslog (#29) ([](https://github.com/varletjs/release/commit/258e786c7a26095dd87e80c532192202e6e68326)), closes [#29](https://github.com/varletjs/release/issues/29)
7+
18
## [0.3.3](https://github.com/varletjs/release/compare/v0.3.2...v0.3.3) (2025-01-15)
29

310
### Features
411

5-
- support changelog preset ([#28](https://github.com/varletjs/release/issues/28)) ([9daf25c](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820))
12+
- support changelog preset (#28) ([](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820)), closes [#28](https://github.com/varletjs/release/issues/28)
13+
14+
### Refactor
15+
16+
- remove unused title function (#24) ([](https://github.com/varletjs/release/commit/ac37481d8257585d73fa14deb2b131a960059007)), closes [#24](https://github.com/varletjs/release/issues/24)
617

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

920
### Bug Fixes
1021

11-
- skip confirm registry when skipNpmPublish is true ([#23](https://github.com/varletjs/release/issues/23)) ([ea20a40](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf))
22+
- skip confirm registry when skipNpmPublish is true (#23) ([](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf)), closes [#23](https://github.com/varletjs/release/issues/23)
23+
24+
### Refactor
25+
26+
- optimize code (#18) ([](https://github.com/varletjs/release/commit/b732aa2f4fd31945bc19fe906dcb1754145ea566)), closes [#18](https://github.com/varletjs/release/issues/18)
27+
- optimize version reading code (#21) ([](https://github.com/varletjs/release/commit/4c3c25d19537246ec6c934f6e9086ea6fb833414)), closes [#21](https://github.com/varletjs/release/issues/21)
1228

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

31+
### Refactor
32+
33+
- optimize release type order (#13) ([](https://github.com/varletjs/release/commit/8b5b0178d93753071349b9ef29641db5da8b1f3a)), closes [#13](https://github.com/varletjs/release/issues/13)
34+
1535
# [0.3.0](https://github.com/varletjs/release/compare/v0.2.11...v0.3.0) (2024-10-26)
1636

1737
### Features
1838

19-
- support viewing current version ([#12](https://github.com/varletjs/release/issues/12)) ([daf30da](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672))
39+
- support viewing current version (#12) ([](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672)), closes [#12](https://github.com/varletjs/release/issues/12)
40+
41+
### Refactor
42+
43+
- migrate from inquirer to @inquirer/prompts (#9) ([](https://github.com/varletjs/release/commit/97f7282cdd62cb51d79ad419396b7de7403b1594)), closes [#9](https://github.com/varletjs/release/issues/9)
44+
- release process for error handling ([](https://github.com/varletjs/release/commit/93bd80ab6cc69cc5254b8c64587b18df3e84d643))
2045

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

2348
### Features
2449

25-
- update release task function to accept version parameters ([e2b6ead](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26))
50+
- update release task function to accept version parameters ([](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26))
2651

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

2954
### Features
3055

31-
- add remote version check to release ([9136d75](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d))
56+
- add remote version check to release ([](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d))
3257

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

3560
### Features
3661

37-
- ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9))
62+
- ensure commit message path is provided for commit linting ([](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9))
3863

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

66+
### Refactor
67+
68+
- remove useless characters ([](https://github.com/varletjs/release/commit/3e0285b4eb70ddcd6afe201b8f8437c98c297994))
69+
4170
## [0.2.7](https://github.com/varletjs/release/compare/v0.2.6...v0.2.7) (2024-04-01)
4271

4372
### Features
4473

45-
- multiple version confirmation is supported ([#6](https://github.com/varletjs/release/issues/6)) ([ba9ed65](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133))
74+
- multiple version confirmation is supported (#6) ([](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133)), closes [#6](https://github.com/varletjs/release/issues/6)
4675

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

4978
### Features
5079

51-
- **commitLint:** add merge and wip type ([#5](https://github.com/varletjs/release/issues/5)) ([026a51e](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961))
80+
- **commitLint:** add merge and wip type (#5) ([](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961)), closes [#5](https://github.com/varletjs/release/issues/5)
5281

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

5584
### Bug Fixes
5685

57-
- fix tag order ([661cfcc](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478))
86+
- fix tag order ([](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478))
5887

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

6190
### Features
6291

63-
- support npmTag ([74a0c9a](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48))
92+
- support npmTag ([](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48))
6493

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

6796
### Features
6897

69-
- 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))
70-
- support --skip-changelog ([3856b4a](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb))
98+
- Check if the npm package has a remote version (#4) ([](https://github.com/varletjs/release/commit/88eab2d450681e05281a383224a75587520e3a77)), closes [#4](https://github.com/varletjs/release/issues/4)
99+
- support --skip-changelog ([](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb))
71100

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

74103
### Bug Fixes
75104

76-
- fix skip git tag command error ([892d771](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f))
105+
- fix skip git tag command error ([](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f))
77106

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

80109
### Features
81110

82-
- support --skip-git-tag ([6e59690](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007))
111+
- support --skip-git-tag ([](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007))
83112

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

86115
### Features
87116

88-
- **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))
117+
- **release:** implement CI pipeline for automated npm package publishing (#3) ([](https://github.com/varletjs/release/commit/b038c0fd966b8764beacc8c45d2b96dbbceae62b)), closes [#3](https://github.com/varletjs/release/issues/3)
89118

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

92121
## [0.1.1](https://github.com/varletjs/release/compare/v0.1.0...v0.1.1) (2023-12-13)
93122

123+
### Refactor
124+
125+
- uniform parameter name ([](https://github.com/varletjs/release/commit/81c5504af5ac550a24ac351baf50d702fc192927))
126+
94127
# [0.1.0](https://github.com/varletjs/release/compare/v0.0.5...v0.1.0) (2023-12-12)
95128

96129
### Features
97130

98-
- add custom regex validation and error message display ([f6dc9c3](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9))
131+
- add custom regex validation and error message display ([](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9))
132+
133+
### Refactor
134+
135+
- optimize command parameters ([](https://github.com/varletjs/release/commit/76aab5d185a71d46ce7820b5a50b587ba6c5ae97))
99136

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

102139
### Features
103140

104-
- expose more functions ([7895689](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7))
141+
- expose more functions ([](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7))
105142

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

108145
### Features
109146

110-
- support lint commit message ([e3200b2](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf))
147+
- support lint commit message ([](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf))
111148

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

114151
### Bug Fixes
115152

116-
- fix logger ([3728d8d](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237))
117-
- fix restore error ([1485b38](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056))
153+
- fix logger ([](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237))
154+
- fix restore error ([](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056))
118155

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

121158
### Features
122159

123-
- remove feature one-time password ([c92c5a0](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc))
160+
- remove feature one-time password ([](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc))
124161

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

127164
### Features
128165

129-
- command option add one-time password ([b06fc89](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497))
130-
- init ([15e8655](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276))
166+
- command option add one-time password ([](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497))
167+
- init ([](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276))
168+
169+
### Refactor
170+
171+
- optimization flow ([](https://github.com/varletjs/release/commit/61220901994191deaf1f790c8a2568362c7d3c3e))

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.3.3",
3+
"version": "0.4.0",
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)