vyadh/Release Party
GitHub Action for versioned releases 📦
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| default-tag | What tag to use for the release if no prior release is found. | no | v0.0.0 |
| target-branch | The branch that the release applies to. If not set, the current branch is used. This is useful when there is a release branch that is separate from the integration branch. | no | — |
| release-branches | List of branch names that are release branches (one per line). If not set, the current branch is used. | no | — |
Outputs
| name | description |
|---|---|
| action | The action taken by the release process. |
| last-version | If a previous release was found, this is its version. |
| next-version | The inferred or determined new version for the release. |
| next-version-full | The next semver version, including pre-release and build metadata. |
| release-id | The numeric identifier of the created or updated release. |