We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d66b790 + cd58cae commit 3b4b716Copy full SHA for 3b4b716
3 files changed
β.changeset/changeset-1.mdβ
βpackages/commithelper-go/CHANGELOG.mdβ
@@ -1,5 +1,13 @@
1
# @naverpay/commithelper-go
2
3
+## 1.0.1
4
+
5
+### Patch Changes
6
7
+- e5688ab: Modify Config struct to include Protect field and add branch protection check
8
9
+ PR: [Modify Config struct to include Protect field and add branch protection check](https://github.com/NaverPayDev/cli/pull/44)
10
11
## 1.0.0
12
13
### Major Changes
βpackages/commithelper-go/package.jsonβ
@@ -1,6 +1,6 @@
{
"name": "@naverpay/commithelper-go",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A CLI tool to assist with commit messages based on branch names and configuration.",
"bin": {
"commithelper-go": "bin/cli.js"
0 commit comments