Node Semantic Release
Version updated for https://github.com/stairwaytowonderland/node-semantic-release to version v1.200.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the Node.js release process by installing dependencies, building a project, running semantic-release, and optionally committing and tagging releases. It can be used in two modes: regular release with tag creation or publish mode that creates a GitHub Release from an existing tag using base64-encoded release notes or direct release notes from the tag. The action requires either secrets.GITHUB_TOKEN or a PAT to create tags, and it provides detailed token behavior information for users to choose the appropriate method.
What’s Changed
chore(release): 1.200.0
1.200.0 (2026-07-19)
✨ Features
- update releaserc files (bf9b62f)