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
17 changes: 0 additions & 17 deletions .changeset/platform-binary-packages.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/commithelper-go-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @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)
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.2.0",
"version": "1.3.0",
"description": "macOS ARM64 binary for @naverpay/commithelper-go",
"os": [
"darwin"
Expand Down
15 changes: 15 additions & 0 deletions packages/commithelper-go-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @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)
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.2.0",
"version": "1.3.0",
"description": "macOS x64 binary for @naverpay/commithelper-go",
"os": [
"darwin"
Expand Down
15 changes: 15 additions & 0 deletions packages/commithelper-go-linux-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @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)
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.2.0",
"version": "1.3.0",
"description": "Linux x64 binary for @naverpay/commithelper-go",
"os": [
"linux"
Expand Down
15 changes: 15 additions & 0 deletions packages/commithelper-go-win32-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @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)
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.2.0",
"version": "1.3.0",
"description": "Windows x64 binary for @naverpay/commithelper-go",
"os": [
"win32"
Expand Down
14 changes: 14 additions & 0 deletions packages/commithelper-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @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)

## 1.2.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.2.0",
"version": "1.3.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