Closed paskino closed 5 years ago
@paskino @evgueni-ovtchinnikov where are we with this? I think the check list is incomplete. I see for instance that the SB is tagged with 2.0.0.-rc.4.
I also see that version numbers in the files still have the -rc.*, although we had said we'd remove these already (such that we could just re-tag). That's not a major problem of course, it just means updating it all and releasing a new VM.
By the way, did anyone check the updated doxygen?
The status is that:
definitely go for 2.0.0 now. only changes are the version numbers, CHANGES.md, checklist changes, and final! (ok, SIRF-exercises)
superseded by #383
Release Checklist
Set version variable of the release for further steps, e.g. using the format
SIRF
CHANGES.md
NOTICE.txt
git push
git tag -a v$VER -m "version $VER"
git push origin v$VER
SuperBuild
CHANGES.md
NOTICE.txt
SIRF-Superbuild/version_config.cmake
with newSIRF_TAG
(andSTIR_TAG
etc if necessary)git push
git tag -a v$VER -m "version $VER"
git push origin v$VER
Virtual Machine
vb.name
in vagrant/vagrantfileCHANGES.md
NOTICE.txt
git push
vagrant up
first_run.sh
script (gnome settings and zero-fill trick)git tag -a v$VER -m "version $VER"
git push origin v$VER
Website
Announce
Tag wikis
git clone https://github.com/CCPPETMR/SIRF.wiki.git; cd SIRF.wiki
(or pull)git tag -a v$VER -m "version $VER"
git push origin v$VER
git clone https://github.com/CCPPETMR/CCPPETMR_VM.wiki.git; cd CCPPETMR_VM.wiki
(or pull)git tag -a v$VER -m "version $VER"
git push origin v$VER