mirror of
https://github.com/dtzp555-max/gh-pr-release-flow.git
synced 2026-07-21 21:15:07 +00:00
678 B
678 B
Usage notes
This repo is meant to stay lightweight.
Basic usage idea
When working in a GitHub repo:
- inspect branch / status / tags / releases if needed
- assume PR-first if repo rules are unclear
- avoid release work until the relevant changes are merged
Mental checklist
Before pushing:
- Am I on
main? - Does this repo allow direct push to
main? - If I do not know, why am I not using a branch + PR?
Before changing a release:
- Are the intended changes already merged?
- Does
package.jsonversion match the intended release? - Are git tags and GitHub releases in sync?
Core rule
If uncertain, do the safer thing:
- branch
- PR
- merge
- release