vy commented on code in PR #480: URL: https://github.com/apache/logging-parent/pull/480#discussion_r3700023372
########## src/site/antora/modules/ROOT/pages/release-instructions-project.adoc: ########## @@ -154,16 +148,22 @@ git push origin rel/7.8.0 ==== The ASF infrastructure treats ``rel/``-prefixed git tags special and ensures they are immutable for provenance reasons. ==== -. Merge the `rel/7.8.0` tag (**not** the `release/7.8.0` branch!) to `main` +. Create a branch from `main`, merge the `rel/7.8.0` tag (**not** the `release/7.8.0` branch!), and create a PR from that Review Comment: ```suggestion . Create a branch from `main`, and merge the `rel/7.8.0` tag (**not** the `release/7.8.0` branch!) onto it: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
