You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace .github/workflows/tag.yml with .github/workflows/gitflow-release.yml (mirrors haydenk/homestead). On PR-closed-merged into master from release/* or hotfix/*:
Tag master's merge commit with the stripped version (date-based: YYYYMMDD or YYYYMMDD.NN).
Parent
Part of #14
What to build
Replace
.github/workflows/tag.ymlwith.github/workflows/gitflow-release.yml(mirrors haydenk/homestead). On PR-closed-merged into master fromrelease/*orhotfix/*:YYYYMMDDorYYYYMMDD.NN).chore/back-merge-<version>PR (master → develop) and immediately merge viagh pr merge --merge --delete-branch(no--auto— develop ruleset bypasses CI forgithub-actions[bot], see Branch protection rulesets: master + develop (with github-actions[bot] bypass on develop) #22).release.ymlviaworkflow_callwith the tag input.PAT-less: uses
GITHUB_TOKENonly. The bot-bypass on develop is required and tracked in #22.Acceptance criteria
release/YYYYMMDDPR to master tags, back-merges, and triggers the full releasehotfix/YYYYMMDD.NNPR follows the same pathtag.ymldeletedBlocked by