-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIRF 3.7.0 Release Checklist #1257
Comments
I've done final textual changes on the SIRF-SuperBuild. @evgueni-ovtchinnikov what's stopping you from tagging SIRF? Once done, finishing off the SuperBuild and other tagging will be trivial. Given current work-load, I suggest we don't do the VM at the moment (it could be trivial, but...). We can tell people to use |
@KrisThielemans I believe we should merge PR #1241 first (and Challenge24 PR #3) so that Challenge participants will use SIRF 3.7.0, should we not? |
I've tagged SIRF-Contribs and SIRF-Exercises. I've created SyneRBI/SIRF-SuperBuild#902. |
We won't upload a new VM. Sorry. So all done. |
Release Checklist
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/vagrantfilegit 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: