icedrone/Semantic Release Action
Automate the whole package release workflow including: determining the next version number, generating the release notes and publishing the package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for authentication | yes | — |
| dry_run | Run semantic-release in dry-run mode | no | false |
| working_directory | Working directory to run semantic-release in | no | . |
| node_version | Node.js version to use | no | lts/* |
| npm_cache | Enable npm caching | no | true |
Outputs
| name | description |
|---|---|
| new_release_published | Whether a new release was published |
| new_release_version | Version of the new release |
| new_release_git_tag | Git tag of the new release |