108yen/Changeset Release
A Github action for creating non-public releases with changesets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 18, 2026
- License
- MIT
Pinned Snippet
uses: 108yen/changeset-release@977c6ff40ecb120cfc8c1495f3fea3f34bcd54da # v1.2.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| format | The release tag format | no | — |
| target | Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch. | no | — |
| github_token | Token with status write permission. Do not specify this. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tag | The release tag |