Node Package Release
Version updated for https://github.com/CatChen/node-package-release-action to version v2.3.13.
- 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 automates the versioning and release process for NPM packages, eliminating the need to manually run commands like npm version patch. It streamlines tasks such as determining version increments, creating appropriate tags, and optionally publishing packages, which can be triggered on-demand or scheduled. This action simplifies release workflows, ensuring consistent and efficient package management for developers.
Release notes
What’s Changed
- Build(deps-dev): Bump @types/node from 25.3.2 to 25.3.3 in the types group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/987
- Build(deps-dev): Bump lint-staged from 16.2.7 to 16.3.1 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/988
- Build(deps): Bump config-git-with-token-action from 2.0.11 to 2.0.12 by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/989
- Updated description in package.json; added npm publish in README.md example by @CatChen in https://github.com/CatChen/node-package-release-action/pull/990
- Build(deps-dev): Bump lint-staged from 16.3.1 to 16.3.2 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/991
- Migrating to yarn v4 by @CatChen in https://github.com/CatChen/node-package-release-action/pull/992
- Build(deps-dev): Bump @types/node from 25.3.3 to 25.3.5 in the types group by @dependabot[bot] in https://github.com/CatChen/node-package-release-action/pull/993
Full Changelog: https://github.com/CatChen/node-package-release-action/compare/v2.3.12...v2.3.13