Reusable GitHub Actions and workflows for CockroachDB projects.
Creates git tags from CHANGELOG.md versions. Fails only when there is content
under [Unreleased] and the previous release version tag does not yet exist;
otherwise it succeeds even if [Unreleased] contains entries.
Usage:
- uses: cockroachdb/actions/autotag-from-changelog@v1Inputs:
| Name | Default | Description |
|---|---|---|
changelog-path |
CHANGELOG.md |
Path to the changelog file |
Required permissions:
permissions:
contents: writeRun all tests locally:
./test.shTests also run automatically on pull requests via CI.