Node Semantic Release
Version updated for https://github.com/stairwaytowonderland/node-semantic-release to version v1.2.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The node-semantic-release GitHub Action automates the process of installing dependencies, building a Node.js project, and performing semantic releases to publish new versions based on commit history. It also base64-encodes release notes for safe downstream transport, solving common CI/CD challenges related to versioning, release management, and data handling. Its key capabilities include publishing releases, generating release notes, and supporting workflows that require CI checks or type validation.
What’s Changed
1.2.0 (2026-04-19)
✨ Features
- new release (e476afc)
🔄 CI/CD
- enable publish (fdfb0f2)