Node Semantic Release
Version updated for https://github.com/stairwaytowonderland/node-semantic-release to version v1.202.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
The node-semantic-release GitHub Action automates Node.js project releases by installing dependencies, building the project, running semantic-release to determine and generate release notes, and optionally committing assets and creating a git tag or publishing a GitHub Release. The action supports two modes: release and publish, with options for using secrets.GITHUB_TOKEN or a Personal Access Token (PAT) for triggering downstream workflows.
What’s Changed
chore(release): 1.202.0
1.202.0 (2026-07-21)
✨ Features
- update LICENSE (c556b9e)