ci: unify release flow into single workflow - #7
Merged
Conversation
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
release-please.yml,release.yml, anddocs.ymlinto a singlerelease.ymltriggered on push tomainrelease-please-actionoutputs: bump version → tag → regenerate vimdoc → force-move tag onto vimdoc commit → create GH release with changelog excerpt → LuaRocks uploadchore(ci): auto-generate vimdocchurn onmain)Why
Release was split across three workflows linked by triggers (push-to-main → tag-push). User-facing it felt like several actions. Now a single workflow run from merging the release-please PR carries the release end-to-end.
Notes
vX.Y.Zin the seconds between release-please creating it and the vimdoc follow-up commitGITHUB_TOKEN-authored pushes do not retrigger workflows, so the vimdoc commit will not loopchore(main): release 1.0.1PR was opened under the old workflow set; the unified flow takes effect from the next release cycleTest plan
feat:commit, confirm onlyci+releaseworkflows appearreleaserun: tagsvX.Y.Z, commits regenerated vimdoc, force-moves the tag, creates GH release with extracted changelog, publishes to LuaRocksdoc/nyan.txtat the tag matches generated output