apricote/releaser-pleaser
automated releases based on conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- GPL 3.0
Pinned Snippet
uses: apricote/releaser-pleaser@93a3e2c401320206dcd9a9b7a5bbc0850072b3c6 # v0.9.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | This branch is used as the target for releases. | — | main |
| token | GitHub token for creating and updating release PRs, defaults to using secrets.GITHUB_TOKEN | no | ${{ github.token }} |
| extra-files | List of files that are scanned for version references by the generic updater. | no | "" |
| updaters | List of updaters that are run. Default updaters can be removed by specifying them as -name. Multiple updaters should be concatenated with a comma. Default Updaters: changelog,generic | no | "" |
| forge | Forge this action is run against | no | github |
| api-url | API URL of the selected forge | no | "" |
| owner | Owner of the repository | no | "" |
| repo | Name of the repository | no | "" |
Outputs
no outputs