zkutalik / ssimp_software

GNU General Public License v3.0
15 stars 10 forks source link

added compiled ssimp-osx-0.5.3 version #93

Closed sinarueeger closed 5 years ago

sinarueeger commented 5 years ago
  1. compiled osx version
  2. did
    • git pull on master
    • git tag v0.5.3 on master
    • git push --tags
aaronmcdaid commented 5 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'

sinarueeger commented 5 years ago

Thanks @aaronmcdaid . I love command line stuff, but I also love the user interface with buttons on the github page ;-)