bowlingx/super-release

A fast semantic-release alternative for monorepos — versioning, changelogs, npm publish, and GitHub Releases.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 11, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: bowlingx/super-release@c672fbb612e2bf4c23d3017860e805b381095201 # super-release/v1.12.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenToken for the GitHub API (releases, PR/issue comments). Defaults to the workflow token.${{ github.token }}
configPath to the config file (default: .release.yaml in the working directory).no
dry-runShow what would happen without making any changes.false
previewRender a PR release preview (post/update a sticky comment) instead of releasing.false
packageFilter to a specific package.no
working-directoryRepository root to operate on (default: the checkout root).no
dangerously-skip-config-checkSkip config validation against the JSON schema.false
argsExtra raw CLI flags passed through verbatimno

no outputs