Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/protect-pattern-error-handling.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/protect-wildcard-pattern.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- becbe27: Support glob-style wildcard patterns in protect option

### Patch Changes

- 5e93334: Return error for invalid protect patterns instead of silently ignoring them

## 1.1.0

### Minor 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.1.0",
"version": "1.2.0",
"description": "A CLI tool to assist with commit messages based on branch names and configuration.",
"bin": {
"commithelper-go": "bin/cli.js"
Expand Down
Loading