Skip to content

Commit 3f111ab

Browse files
Require release branch to protect pushes to main
1 parent 0fdd1c0 commit 3f111ab

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.dev.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ Add this to ~/.gnupg/gpg-agent.conf:
113113
## Steps
114114
- Ensure you can run `mvn test` and `mvn package` successfully. Run
115115
`mvn clean` after.
116-
- Ensure you have a clean checkout of `main` and that the subdirectory
117-
`.gh-pages` either does not exist or is a clean checkout.
116+
- Create a release branch off `main`. Ensure you have a clean checkout and that
117+
the subdirectory `.gh-pages` either does not exist or is a clean checkout.
118118
- We'll be generating commits.
119+
- When the release is complete, you should deliver the release PR for review.
119120
- Review open issues and PRs to see if any can easily be fixed, closed, or
120121
merged.
121122
- Review `CHANGELOG.md` for completeness and correctness.

0 commit comments

Comments
 (0)