Closed sinarueeger closed 6 years ago
I've just realised the tag
thing should be done after the merge has happened to make sure the tag points at the right place. Clicking 'merge' causes another commit to be made, so the tag should be made after that commit is made
So actually, it probably is easier to just do it on the website. After clicking 'merge', then go to https://github.com/zkutalik/ssimp_software/releases and 'Draft a new release'
Thanks @aaronmcdaid . I love command line stuff, but I also love the user interface with buttons on the github page ;-)
git pull
on mastergit tag v0.5.3
on mastergit push --tags