diff --git a/.changeset/commithelper-go.md b/.changeset/commithelper-go.md deleted file mode 100644 index f06cb9c..0000000 --- a/.changeset/commithelper-go.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@naverpay/commithelper-go": major ---- - -Initial major release with core features. diff --git a/.changeset/public-bikes-swim.md b/.changeset/public-bikes-swim.md deleted file mode 100644 index 43a4dfa..0000000 --- a/.changeset/public-bikes-swim.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@naverpay/commithelper-go": patch ---- - -Modify main.go to handle unchanged commit messages without modification - -PR: [Modify main.go to handle unchanged commit messages without modification](https://github.com/NaverPayDev/cli/pull/43) diff --git a/.changeset/quick-silver-yum.md b/.changeset/quick-silver-yum.md deleted file mode 100644 index 22e1523..0000000 --- a/.changeset/quick-silver-yum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@naverpay/publint": major ---- - -create major release diff --git a/packages/commithelper-go/CHANGELOG.md b/packages/commithelper-go/CHANGELOG.md new file mode 100644 index 0000000..584ce66 --- /dev/null +++ b/packages/commithelper-go/CHANGELOG.md @@ -0,0 +1,13 @@ +# @naverpay/commithelper-go + +## 1.0.0 + +### Major Changes + +- 171da67: Initial major release with core features. + +### Patch Changes + +- 7912854: Modify main.go to handle unchanged commit messages without modification + + PR: [Modify main.go to handle unchanged commit messages without modification](https://github.com/NaverPayDev/cli/pull/43) diff --git a/packages/commithelper-go/package.json b/packages/commithelper-go/package.json index e6b4997..c80edf7 100644 --- a/packages/commithelper-go/package.json +++ b/packages/commithelper-go/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/commithelper-go", - "version": "0.0.0", + "version": "1.0.0", "description": "A CLI tool to assist with commit messages based on branch names and configuration.", "bin": { "commithelper-go": "bin/cli.js" diff --git a/packages/publint/CHANGELOG.md b/packages/publint/CHANGELOG.md index 37fef56..01eb8cc 100644 --- a/packages/publint/CHANGELOG.md +++ b/packages/publint/CHANGELOG.md @@ -1,10 +1,16 @@ # @naverpay/publint +## 1.0.0 + +### Major Changes + +- a0300b9: create major release + ## 0.0.6 ### Patch Changes -- 8701371: +- 8701371: - 에러 메시지 글로벌화 - 에러 로깅 제거 diff --git a/packages/publint/package.json b/packages/publint/package.json index 44c935c..f3fc818 100644 --- a/packages/publint/package.json +++ b/packages/publint/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/publint", - "version": "0.0.6", + "version": "1.0.0", "description": "", "main": "dist/src/index.js", "keywords": [],