contiamo/Contiamo Release Please
Automated semantic versioning and release management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication token for git provider API (GitHub or Azure DevOps) | no | ${{ github.token }} |
| config-path | Path to configuration file | no | contiamo-release-please.yaml |
| tool-version | Version of contiamo-release-please to install (git tag or branch name) | no | latest |
Outputs
| name | description |
|---|---|
| release-pr-created | Boolean indicating if a release PR was created or updated |
| release-pr-number | Pull request number (if PR was created) |
| release-pr-url | Pull request URL (if PR was created) |
| tag-created | Boolean indicating if a git tag was created |
| tag-name | Git tag name that was created (e.g., v1.2.3) |
| version | Version number (e.g., 1.2.3) |
| release-url | GitHub release URL (if tag was created on GitHub) |
| release-type | Type of release: major, minor, or patch |