zot/.github/workflows
patriceckhart 63547d43ba release: auto-tag and publish on every green ci run
- release.yml now triggers on workflow_run of ci (completed+success),
  not on bare push, so we never publish binaries of broken code
- checks out github.event.workflow_run.head_sha, computes the next
  vX.Y.Z by bumping the patch of the newest existing tag (starts at
  v0.0.1), pushes the tag, runs goreleaser
- supports [skip release] in the commit message for docs/ci-only
  commits that shouldn't cut a version
2026-04-18 11:13:39 +02:00
..
ci.yml add installation process and github workflow 2026-04-18 10:50:02 +02:00
release.yml release: auto-tag and publish on every green ci run 2026-04-18 11:13:39 +02:00