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
10 changes: 0 additions & 10 deletions .changeset/commithelper-passthrough.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.4.0

## 1.3.1

## 1.3.0
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.1",
"version": "1.4.0",
"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.4.0

## 1.3.1

## 1.3.0
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.1",
"version": "1.4.0",
"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.4.0

## 1.3.1

## 1.3.0
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.1",
"version": "1.4.0",
"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.4.0

## 1.3.1

## 1.3.0
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.1",
"version": "1.4.0",
"description": "Windows x64 binary for @naverpay/commithelper-go",
"os": [
"win32"
Expand Down
11 changes: 11 additions & 0 deletions packages/commithelper-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @naverpay/commithelper-go

## 1.4.0

### Minor Changes

- bea4bcc: Add `passthrough` for verbatim Jira/Linear-style issue keys, plus two tagging fixes and a bundled JSON schema.

- **`passthrough`.** List the project keys to recognize (e.g. `"passthrough": ["PROJ", "OPS"]`); a branch like `feature/PROJ-1871` is tagged `[PROJ-1871]`. Key recognition matches Jigit (`<KEY>-<1–7 digit number>`, found anywhere in the branch), so a listed project links identically in commithelper and Jigit. Only listed projects are tagged, so unrelated `UPPERCASE-NUMBER` tokens (e.g. `UTF-8`) are not mistaken for issues. `rules` (GitHub prefixes) take precedence when a branch matches both.
- **Idempotent re-tagging.** A message is left unchanged when the branch's reference is already present as a whole token, so `git commit --amend` and hook re-runs never stack tags — including template tags placed in the message body.
- **Protected branches** are evaluated before the already-tagged check, so a pre-tagged message cannot bypass `protect`.
- **`schema.json`** is bundled in the package; reference it via `"$schema": "./node_modules/@naverpay/commithelper-go/schema.json"` for editor autocompletion and validation (works offline, no CDN).

## 1.3.1

### Patch 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.1",
"version": "1.4.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