bowlingx/super-release
A fast semantic-release alternative for monorepos — versioning, changelogs, npm publish, and GitHub Releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 11, 2026
- License
- MIT
Pinned Snippet
uses: bowlingx/super-release@c672fbb612e2bf4c23d3017860e805b381095201 # super-release/v1.12.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token for the GitHub API (releases, PR/issue comments). Defaults to the workflow token. | — | ${{ github.token }} |
| config | Path to the config file (default: .release.yaml in the working directory). | no | — |
| dry-run | Show what would happen without making any changes. | — | false |
| preview | Render a PR release preview (post/update a sticky comment) instead of releasing. | — | false |
| package | Filter to a specific package. | no | — |
| working-directory | Repository root to operate on (default: the checkout root). | no | — |
| dangerously-skip-config-check | Skip config validation against the JSON schema. | — | false |
| args | Extra raw CLI flags passed through verbatim | no | — |
Outputs
no outputs