You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upload to Zenodo
* use name like SIRF 2.2.0.ova (with space) as Zenodo uses alphabetical ordering probably, add -release-candidate-1 if necessary (as most people will not know what rc1 means).
git submodule update
# should not complaincd data && git tag -a v$VER -m "version $VER" && git push --tags && cd ..
git status
# should not listdata
as modifiedCHANGES.md
NOTICE.txt
CITATION.cff
git push
git tag -a v$VER -m "version $VER"
git push origin v$VER
CHANGES.md
NOTICE.txt
CITATION.cff
SIRF-Superbuild/version_config.cmake
with newSIRF_TAG
(andSTIR_TAG
etc if necessary)vb.name
in vagrant/vagrantfileVagrantfile
see VM creation sequence SIRF-SuperBuild#738)git push
git tag -a v$VER -m "version $VER"
git push origin v$VER
git tag -a v$VER -m "version $VER"
git push origin v$VER
vagrant up
first_run.sh
script (gnome settings and zero-fill trick)* use name like
SIRF 2.2.0.ova
(with space) as Zenodo uses alphabetical ordering probably, add-release-candidate-1
if necessary (as most people will not know whatrc1
means).git tag -a v$VER -m "version $VER"
git push origin v$VER
git clone https://github.com/SyneRBI/SIRF.wiki.git; cd SIRF.wiki
(or pull)git tag -a v$VER -m "version $VER"
git push origin v$VER
The text was updated successfully, but these errors were encountered: