Skip to content

Commit 59bc204

Browse files
escapedcatJounQin
andauthored
Chore/v18 patch merge (conventional-changelog#3969)
* chore: add v18.6.3 changelog to master * docs: update patch release command info Co-authored-by: JounQin <[email protected]> * chore: remove old v18 file Co-authored-by: JounQin <[email protected]> * docs: adjust patch release info Co-authored-by: JounQin <[email protected]> --------- Co-authored-by: JounQin <[email protected]>
1 parent 9cea6fd commit 59bc204

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ yarn clean
144144
yarn install
145145
yarn build
146146
yarn test
147-
npx lerna publish --conventional-commits --dist-tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp <one-time password>
147+
npx lerna publish --conventional-commits --dist-tag [`next` | `[release-vXX(BRANCH)]`] --otp <one-time password>
148148
```
149149

150150
If for some reason this stops in between, you can manually publish missing packages like this:
151151

152152
```sh
153-
npm publish <package-name> --tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp <one-time password>
153+
npm publish <package-name> --tag [`next` | `[release-vXX(BRANCH)]`] --otp <one-time password>
154154
```
155155

156156
#### Publishing (new) packages for the first time

@commitlint/config-conventional/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7474

7575

7676

77+
## [18.6.3](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v18.6.3) (2024-03-11)
78+
79+
80+
### Bug Fixes
81+
82+
* add missing entry `wrapper.mjs` ([#3966](https://github.com/conventional-changelog/commitlint/issues/3966)) ([c2c3c7c](https://github.com/conventional-changelog/commitlint/commit/c2c3c7cdc05c07c185cc2c2635a06835352c4504)), closes [#3958](https://github.com/conventional-changelog/commitlint/issues/3958)
83+
84+
85+
86+
87+
7788
## [18.6.2](https://github.com/conventional-changelog/commitlint/compare/v18.6.1...v18.6.2) (2024-02-14)
7889

7990

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
102102

103103

104104

105+
## [18.6.3](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v18.6.3) (2024-03-11)
106+
107+
108+
### Bug Fixes
109+
110+
* add missing entry `wrapper.mjs` ([#3966](https://github.com/conventional-changelog/commitlint/issues/3966)) ([c2c3c7c](https://github.com/conventional-changelog/commitlint/commit/c2c3c7cdc05c07c185cc2c2635a06835352c4504)), closes [#3958](https://github.com/conventional-changelog/commitlint/issues/3958)
111+
112+
113+
114+
115+
105116
## [18.6.2](https://github.com/conventional-changelog/commitlint/compare/v18.6.1...v18.6.2) (2024-02-14)
106117

107118

0 commit comments

Comments
 (0)