Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/changeset-1.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/commithelper-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @naverpay/commithelper-go

## 1.0.1

### Patch Changes

- e5688ab: Modify Config struct to include Protect field and add branch protection check

PR: [Modify Config struct to include Protect field and add branch protection check](https://github.com/NaverPayDev/cli/pull/44)

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commithelper-go/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down