Skip to content

🚀 version changed packages#81

Merged
djk01281 merged 1 commit into
mainfrom
changeset-release/main
Jul 2, 2026
Merged

🚀 version changed packages#81
djk01281 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@npayfebot

Copy link
Copy Markdown
Contributor

Releases

@naverpay/commit-helper@2.0.0

Major Changes

  • c0c01ef: Add passthrough for Jira/Linear-style issue keys, and make re-tagging match only your branch's own tag.

    passthrough — list your project keys, and branches that already contain the full key are tagged as-is. With { "passthrough": ["PROJ"] }, branch feature/PROJ-1871 becomes [PROJ-1871]. Only the keys you list are tagged, so unrelated text like UTF-8 is never mistaken for an issue. Key detection matches Jigit, so a branch links the same way in Jira and here.

    Breaking change — commit-helper skips a commit that is already tagged, and what counts as "already tagged" changed. Before, any [#…] tag in the message stopped it. Now, only your current branch's own tag does. For example, on branch feature/123, a message you wrote as [#999] fix used to be left alone, but now becomes [#123] [#999] fix. Re-running the hook or git commit --amend still never adds your tag twice — this now includes verbatim keys like [PROJ-1871], which the old check could not detect.

@npayfebot npayfebot requested a review from a team as a code owner July 2, 2026 02:30

@djk01281 djk01281 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고고!

@djk01281 djk01281 merged commit 5eb6e22 into main Jul 2, 2026
4 checks passed
@djk01281 djk01281 deleted the changeset-release/main branch July 2, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants