ci: restore auto-tag, version, and release on merge to main - #43
Merged
Merged
Conversation
Reverts release.yml back to push-to-main trigger with automatic versioning, tagging, and GitHub Release creation. - Trigger: push: branches: [main] - record-release job: computes YY.N.0 version from tag count YTD, creates annotated git tag, pushes it, and opens a GitHub Release with generated notes - generate job: builds Swagger UI for v22 and v21, deploys to Pages (runs in parallel with record-release, unchanged from original) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rferreira
force-pushed
the
restore-auto-release
branch
from
May 1, 2026 21:00
becf855 to
99ecc44
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restores the original push-to-main trigger with automatic versioning, tagging, and GitHub Release creation that was removed in PR #42.
push: branches: [main](fires on every merge to main)record-releasejob: computes aYY.N.0version from the year-to-date tag count, creates an annotated git tag, pushes it, and opens a GitHub Release with auto-generated notesgeneratejob: builds Swagger UI for v2.2 and v2.1, deploys to GitHub Pages — runs in parallel withrecord-release, unchanged from the originalTest plan
🤖 Generated with Claude Code