jameschapman/Release Info
Generates Release info based on the build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| main-branch-name | The name of the primary branch used in Git | no | develop |
| release-branch-name-prefix | The name of the release branch used in Git | no | release |
| main-channel-name | The Octopus channel primary branch commits go to | no | Develop |
| release-channel-name | The Octopus channel releases branch commit go to | no | Release |
| feature-channel-name | The Octopus channel feature branch commits go to | no | Feature Branches |
| version-prefix | The version prefix, in the form of mayor.minor.patch . Example: 1.0.0 | no | 1.0.0 |
Outputs
| name | description |
|---|---|
| versionNumber | The calculated version number |
| versionDescription | Full version number including label |
| releaseChannel | The Octopus release channel |
| label | Label representing the branch |
| tag | Url friendly tag based on the branch, e.g master, test-123, etc. |