[hibernate-dev] Starting 5.2.16 release

Jordan Gigov coladict at gmail.com
Thu Mar 22 07:25:32 EDT 2018


I was thinking to propose this part of the release process gets changed a
bit, so that the commit of a "Final" version never goes into "master", but
remains on a tag.

Something like this:
# detach head
git checkout
# edit file and change hibernateVersion
editor gradle/base-information.gradle
# commit while in detached state
git add . && git commit
# add tag to current untracked HEAD
git tag 5.whatever
# push the tag
git push origin refs/tags/5.whatever


This way the release versions do not pollute the branches, but grow besides
them, and you don't need to issue "do not push" warnings.

On 22 March 2018 at 13:03, andrea boriero <andrea at hibernate.org> wrote:

> *Please do not push anything to 5.2 branch.Thanks,Andrea*
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list