easydesk/Semantic Version Release
Detects semantic version from tag. Updates major and minor tags accordingly. Makes a GitHub release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | GitHub Action token. | yes | ${{ github.token }} |
| version | Semantic Version of the release. | yes | — |
| prefix | Human friendly release prefix. Shown on GitHub releases. | no | "" |
| files | Files to upload as part of the release assets. Separated by new lines. | no | — |
| prerelease | Whether to set the release as prerelease on GitHub. | no | false |
Outputs
| name | description |
|---|---|
| release-url | Release url |