krzwro/Automated release
Action used for automated releases bumping version based on commit message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 1, 2026
- License
- MIT
Pinned Snippet
uses: krzwro/automated-release-action@06825da6383c55ebf75fe3dd8317e89411f9f9f9 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_prefix | Prefix for Git Tag created on release | — | v |
| dry_run | When set to 'true', will compute the next tag, but will not create a release | — | false |
| add_tags | When set to 'true', will add git tags on latest commit for minor and major version (e.g release v1.1.0 will add tags v1.1 and v1) | — | true |
Outputs
| name | description |
|---|---|
| version | Released version |