Skip to content

Commit

Permalink
Chore/v18 patch merge (#3969)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
escapedcat and JounQin authored Mar 11, 2024
1 parent 9cea6fd commit 59bc204
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ yarn clean
yarn install
yarn build
yarn test
npx lerna publish --conventional-commits --dist-tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp <one-time password>
npx lerna publish --conventional-commits --dist-tag [`next` | `[release-vXX(BRANCH)]`] --otp <one-time password>
```

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

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

#### Publishing (new) packages for the first time
Expand Down
11 changes: 11 additions & 0 deletions @commitlint/config-conventional/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [18.6.3](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v18.6.3) (2024-03-11)


### Bug Fixes

* 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)





## [18.6.2](https://github.com/conventional-changelog/commitlint/compare/v18.6.1...v18.6.2) (2024-02-14)


Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [18.6.3](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v18.6.3) (2024-03-11)


### Bug Fixes

* 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)





## [18.6.2](https://github.com/conventional-changelog/commitlint/compare/v18.6.1...v18.6.2) (2024-02-14)


Expand Down

0 comments on commit 59bc204

Please sign in to comment.