Hi All,
Now that the Coil Label bits have been added to the schema and C++ and matlab APIs, what else is outstanding for making version 1.2.0?
Joe and I wrote down some notes for how to do a release:
1. merge into master
2. Release (on a development machine):
- pull and run cmake to generate version.h
- make pkg to get src.tar.gz and src.zip with the release # in the name
- make doc
- make a release on github (no tags)
- upload src.tar.gz and src.zip into that release
3. Website (on a development machine)
- pull
ismrmrd.github.io
- update
ismrmrd.github.io with the new API and download instructions
- push
ismrmrd.github.io
4. Update homebrew formula with url & hash
The things we haven’t worked out yet:
- separate matlab pkg and docs?
- how about python? docs? upload to pip?
- debian packages on launchpad?
- what about CentOS and Windows packages?
- what about MacPorts?
Thoughts, comments please.
-Souheil