From 49d735f439c17f5e7952b07a409557971eb75fce Mon Sep 17 00:00:00 2001 From: escapedcat Date: Mon, 11 Mar 2024 14:44:53 +0800 Subject: [PATCH 1/6] chore: add v18.6.3 changelog to master --- @commitlint/config-conventional/CHANGELOG.md | 6 ++++++ @commitlint/config-conventional/package.json | 3 ++- CHANGELOG.md | 11 +++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/@commitlint/config-conventional/CHANGELOG.md b/@commitlint/config-conventional/CHANGELOG.md index dfcebeebc9..298823ec02 100644 --- a/@commitlint/config-conventional/CHANGELOG.md +++ b/@commitlint/config-conventional/CHANGELOG.md @@ -69,6 +69,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Update .eslintrc.cjs * feat: migrate @commitlint/config-conventional to pure ESM +## [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) diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index 2744e160bb..ac799c1680 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -5,7 +5,8 @@ "description": "Shareable commitlint config enforcing conventional commits", "main": "lib/index.js", "files": [ - "lib/" + "lib/", + "wrapper.mjs" ], "scripts": { "deps": "dep-check", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8afc09854f..0404c5cf1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From f1e6502b35e718654678ee438ba6005e3fc3a519 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Mon, 11 Mar 2024 14:46:13 +0800 Subject: [PATCH 2/6] docs: update patch release command info --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b8c3f856ea..a868d67762 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -144,13 +144,13 @@ yarn clean yarn install yarn build yarn test -npx lerna publish --conventional-commits --dist-tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp +npx lerna publish --conventional-commits --dist-tag [`next` | `[vXX-release(BRANCH)]`] --otp ``` If for some reason this stops in between, you can manually publish missing packages like this: ```sh -npm publish --tag [`next` | `[PATCH_RELEASE_VERSION]`] --otp +npm publish --tag [`next` | `[vXX-release(BRANCH)]`] --otp ``` #### Publishing (new) packages for the first time From c1db02e6387e9af213fa9fa28c3f41607bc92450 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Mon, 11 Mar 2024 14:47:14 +0800 Subject: [PATCH 3/6] chore: add v18.6.3 changelog to master --- @commitlint/config-conventional/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/@commitlint/config-conventional/CHANGELOG.md b/@commitlint/config-conventional/CHANGELOG.md index 298823ec02..4321a9e058 100644 --- a/@commitlint/config-conventional/CHANGELOG.md +++ b/@commitlint/config-conventional/CHANGELOG.md @@ -69,6 +69,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Update .eslintrc.cjs * feat: migrate @commitlint/config-conventional to pure ESM + + + + + ## [18.6.3](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v18.6.3) (2024-03-11) From 33b0c2e69168b912bf2ed7f15f6388ccdbc32d71 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Mon, 11 Mar 2024 14:59:47 +0800 Subject: [PATCH 4/6] docs: adjust patch release info Co-authored-by: JounQin --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a868d67762..3e41667a3d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -144,7 +144,7 @@ yarn clean yarn install yarn build yarn test -npx lerna publish --conventional-commits --dist-tag [`next` | `[vXX-release(BRANCH)]`] --otp +npx lerna publish --conventional-commits --dist-tag [`next` | `[release-vXX(BRANCH)]`] --otp ``` If for some reason this stops in between, you can manually publish missing packages like this: From ce112938f5089c69f60568adea7ce3b52855dc16 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Mon, 11 Mar 2024 15:00:16 +0800 Subject: [PATCH 5/6] chore: remove old v18 file Co-authored-by: JounQin --- @commitlint/config-conventional/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index ac799c1680..2744e160bb 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -5,8 +5,7 @@ "description": "Shareable commitlint config enforcing conventional commits", "main": "lib/index.js", "files": [ - "lib/", - "wrapper.mjs" + "lib/" ], "scripts": { "deps": "dep-check", From 2d877c4f86c7b9b82916c93ed1848d7056338414 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Mon, 11 Mar 2024 15:01:08 +0800 Subject: [PATCH 6/6] docs: adjust patch release info Co-authored-by: JounQin --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3e41667a3d..580aaf0ac5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -150,7 +150,7 @@ npx lerna publish --conventional-commits --dist-tag [`next` | `[release-vXX(BRAN If for some reason this stops in between, you can manually publish missing packages like this: ```sh -npm publish --tag [`next` | `[vXX-release(BRANCH)]`] --otp +npm publish --tag [`next` | `[release-vXX(BRANCH)]`] --otp ``` #### Publishing (new) packages for the first time