amasecocoa/Auto Releaser
Automate releases by creating PRs on tag push and releases on PR merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Operation mode (pr, release). | yes | — |
| adapter | Commit parser adapter (conventional, regex, simple) | no | conventional |
| main_branch | Target branch for PR creation | no | main |
| changelog_path | Path to CHANGELOG.md | no | CHANGELOG.md |
| pattern | Custom regex pattern when using regex adapter | no | "" |
| github_token | GitHub Token for creating PRs and Releases | no | ${{ github.token }} |
Outputs
no outputs