Skip to content

🚀 version changed packages#69

Merged
yujeong-jeon merged 1 commit intomainfrom
changeset-release/main
Mar 5, 2026
Merged

🚀 version changed packages#69
yujeong-jeon merged 1 commit intomainfrom
changeset-release/main

Conversation

@npayfebot
Copy link
Contributor

Releases

@naverpay/commithelper-go@1.3.0

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-darwin-arm64@1.3.0

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-darwin-x64@1.3.0

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-linux-x64@1.3.0

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@naverpay/commithelper-go-win32-x64@1.3.0

Minor Changes

  • 72a0a50: Split Go binaries into platform-specific npm packages

    Each platform now has a dedicated package (@naverpay/commithelper-go-darwin-arm64, -darwin-x64, -linux-x64, -win32-x64) declared as optionalDependencies. pnpm/npm automatically installs only the package matching the current OS and CPU.

    This removes the postinstall script that previously downloaded binaries via curl from GitHub Releases, which means:

    • No more onlyBuiltDependencies registration required in consuming projects
    • No more --ignore-scripts needed in CI
    • Works in Nexus environments (binaries are bundled in the npm package, no external download)

@npayfebot npayfebot requested a review from a team as a code owner March 5, 2026 14:56
Copy link
Contributor

@yujeong-jeon yujeong-jeon left a comment

Choose a reason for hiding this comment

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

Special thanks to. Claude Opus 4.6 👍

@yujeong-jeon yujeong-jeon merged commit febd1b9 into main Mar 5, 2026
7 checks passed
@yujeong-jeon yujeong-jeon deleted the changeset-release/main branch March 5, 2026 15:04
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