piscadaaqua/Create Build Info
Generates buildInfo.json, CHANGELOG.md, version.inc, and optionally commits the changelog.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-name | Name of the artifact to upload. | yes | — |
| push-changelog | Whether to commit and push the `CHANGELOG.md`, `version.inc`, and `buildInfo.json` files. | no | false |
| copy-buildinfo-to-folder | Optional destination folder to copy buildInfo.json into. If not set, the file will not be copied. | no | — |
Outputs
| name | description |
|---|---|
| version_fullsemver | Full semantic version. |
| version_majorminorpatch | Major.Minor.Patch version. |
| version_prereleasetag | Pre-release tag. |