d3p1/Semantic Releasify
A GitHub Action for automated releases, changelogs, and package publishing with semantic-release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The branch on which release should happen | no | ${{ github.ref_name }} |
| tag-format | The Git tag format used by semantic-release to identify releases | no | v${version} |
| is-docker-release | Check if it is required to release a Docker image | no | — |
| docker-registry | The hostname and port used by the the registry. Define only if `is-docker-release === true` | no | — |
| docker-project | The project or repository name to publish the image to. Define only if `is-docker-release === true` | no | — |
| docker-image | The name of the image to release. Define only if `is-docker-release === true` | no | — |
| docker-file | Path to file used to build the image. Define only if `is-docker-release === true` | no | — |
| docker-args | An object of arguments to use for the image build. Define only if `is-docker-release === true` | no | — |
| docker-build-flags | An object of additional flags to use for the image build. Define only if `is-docker-release === true` | no | — |
Outputs
no outputs