actions-marketplace-validations/release-it Github Action
Github Action to leverage release-it in Github repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token to pass to release-it | yes | ${{ github.token }} |
| json-opts | Json configuration options (merged with file configuration and defaults) | no | {} |
| github-username | Set the Github username to use for creating/pushing updates. | yes | ${{ github.actor }} |
| git-user-name | Set the git users full name to use when release-it commits. | yes | release-it bump |
| git-user-email | Set the git email address to use when release-it commits. | no | — |
| create-branch | Name of branch to create before pushing. | no | — |
| auto-resolve-command | Shell command to execute if a conflict occurs. | no | — |
| rebase-onto | Branch to rebase onto. | no | — |
| no-increment | Whether release-it should increment the version or not | no | false |
| debug | Whether to run release-it in debug mode or not | no | false |
Outputs
| name | description |
|---|---|
| json-result | Serialized Json result object from release-it |
| version | version returned from release-it |
| latestVersion | latestVersion returned from release-it |
| changelog | changelog returned from release-it |