cascode-labs/Release Milestone
Updates a Github Repo with a commit when a semver milestone is closed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 15, 2021
- License
- MIT
Pinned Snippet
uses: cascode-labs/release-milestone-action@521dbd24f100438fd1ab766220647ba15b36a2ba # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release_notes_summary_path | Path used to save the release notes summary markdown file | no | docs/release_notes/summary.md |
| release_notes_folder_path | path to the folder where the release note files are saved | no | docs/release_notes |
Outputs
| name | description |
|---|---|
| version | The project's semantic version x.y.z |
| release-id | The ID of the created GitHub release |
| release-url | Github.com URL for the created GitHub release |