Node Package Release
Version updated for https://github.com/CatChen/node-package-release-action to version v2.3.12.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The node-package-release-action is a GitHub Action that automates the process of versioning and releasing NPM packages. It eliminates the need for manual version updates (e.g., npm version patch) by handling semantic versioning, release tagging, and publishing tasks. This action streamlines the release workflow by supporting scheduled or event-based triggers, skipping releases if no code changes are detected, and offering flexible configuration for prereleases and shorthand release updates.
Release notes
What’s Changed
- Bump the development-dependencies group with 3 updates by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/968
- Bump @types/node from 25.2.3 to 25.3.0 in the types group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/970
- Bump CatChen/check-git-status-action from 1 to 2 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/972
- Bump glob from 13.0.3 to 13.0.4 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/969
- Bump @octokit/plugin-retry from 8.0.3 to 8.1.0 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/971
- Template dependency sync by @CatChen in https://github.com/CatChen/node-package-release-action/pull/973
- Bump config-git-with-token-action from 2.0.9 to 2.0.10 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/967
- Build(deps-dev): Bump eslint from 10.0.0 to 10.0.1 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/978
- Build(deps-dev): Bump the development-dependencies group with 5 updates by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/981
- Build(deps): Bump config-git-with-token-action from 2.0.10 to 2.0.11 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/979
- Build(deps): Bump glob from 13.0.4 to 13.0.6 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/980
- Build(deps): Bump CatChen/accept-to-ship-action from 0.7 to 0.8 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/982
- Build(deps-dev): Bump @types/node from 25.3.0 to 25.3.1 in the types group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/983
- Build(deps-dev): Bump @types/node from 25.3.1 to 25.3.2 in the types group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/984
- Updated .npmignore for AGENTS.md by @CatChen in https://github.com/CatChen/node-package-release-action/pull/985
- Reduced noise from git tag by @CatChen in https://github.com/CatChen/node-package-release-action/pull/986
Full Changelog: https://github.com/CatChen/node-package-release-action/compare/v2.3.11...v2.3.12