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
5 changes: 0 additions & 5 deletions .changeset/fix-hyphen-branch-prefix.md

This file was deleted.

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

## 1.3.1

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commithelper-go-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/commithelper-go-darwin-arm64",
"version": "1.3.0",
"version": "1.3.1",
"description": "macOS ARM64 binary for @naverpay/commithelper-go",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/commithelper-go-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @naverpay/commithelper-go-darwin-x64

## 1.3.1

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commithelper-go-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/commithelper-go-darwin-x64",
"version": "1.3.0",
"version": "1.3.1",
"description": "macOS x64 binary for @naverpay/commithelper-go",
"os": [
"darwin"
Expand Down
2 changes: 2 additions & 0 deletions packages/commithelper-go-linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @naverpay/commithelper-go-linux-x64

## 1.3.1

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commithelper-go-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/commithelper-go-linux-x64",
"version": "1.3.0",
"version": "1.3.1",
"description": "Linux x64 binary for @naverpay/commithelper-go",
"os": [
"linux"
Expand Down
2 changes: 2 additions & 0 deletions packages/commithelper-go-win32-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @naverpay/commithelper-go-win32-x64

## 1.3.1

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commithelper-go-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/commithelper-go-win32-x64",
"version": "1.3.0",
"version": "1.3.1",
"description": "Windows x64 binary for @naverpay/commithelper-go",
"os": [
"win32"
Expand Down
6 changes: 6 additions & 0 deletions packages/commithelper-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @naverpay/commithelper-go

## 1.3.1

### Patch Changes

- 860f7da: fix: branch prefix with hyphens not being matched

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