You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "olamy (via GitHub)" <gi...@apache.org> on 2023/03/05 21:06:16 UTC

[GitHub] [maven] olamy commented on pull request #1035: protect the master branch to prevent accidental commits

olamy commented on PR #1035:
URL: https://github.com/apache/maven/pull/1035#issuecomment-1455206222

   > > And this prevents release plugin as well (when doing a release from master)?
   > 
   > this one would be a blocker to me
   
   just saying nothing really prevents. create a branch `release/4.0.0-alpha` or `release/3.9.2` or `release/3.8.10` when starting the release process and then release from this branch. As is we do not block people merging to main branches during release process...
   Then once the release is done just create a PR from the `release/xxx` branch. 
   The current way of releasing is a bit of legacy from svn days,


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org