Hi, on previous releases I added the git tag and updated the stable branch. I think, these should be added to the release checklist. IIRC I did something like:
git checkout release-commit-id git tag -a v0.11.6 (may have been without -a) git checkout stable git merge --theirs --no-ff v0.11.6 git push --tags origin stable Greetings, wintertime ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Freecol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freecol-developers
