benwoo1110/Advanced Semantic Release Action
Automate the whole package release workflow with semantic-release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 29, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: benwoo1110/semantic-release-action@a0d69ba482c6757773a36d52fc43ba9f5ee4778a # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token to use for authentication | yes | — |
| repo_owner | The owner of the repository | no | — |
| repo_name | The name of the repository | no | — |
| version_bump | The version bump to use. Not applicable if release_mode is promote. | no | — |
| release_mode | Type of release to perform. Can be one of: release, prerelease, promote. | no | prerelease |
| promote_from | The prerelease version to promote from. Not applicable if release_mode is not promote. | no | — |
Outputs
| name | description |
|---|---|
| release_created | Whether a release was created |
| tag_name | The version that was released |
| prerelease | Whether the release is a prerelease |
| body | The body of the release |
| publish_version | The build version of the release |
| release_type | The type of release. Either beta or release. |