-
Notifications
You must be signed in to change notification settings - Fork 2
Creating a release
nvcleemp edited this page Jul 17, 2014
·
2 revisions
The steps necessary to create a release are simple:
- check that you are in a clean working copy, i.e., no changes that are not yet committed, and that the current version is indeed the version you want to release.
- A release is named after the date on which it is released in the format YYYY-MM-DD.
- Run the following command in the local working copy
git tag -a YYYY-MM-DD -m "Tagging version YYYY-MM-DD"
- Run
make source-distribution
- Run
make distribution
and renameCaGe-dist.zip
toCaGe.zip
- Copy these two archives to the website and update the changelog
At the moment there is no automation for the first steps as there was when we were using Subversion. See #4 for more details.