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
glynos edited this page Apr 22, 2012
·
4 revisions
When committing to a release we want to do the following:
Check that everything compiles and that the unit tests succeed
Build cpp-netlib from scratch and run the tests locally. Secondly, refer to the CI server (http://173.255.250.89:8080/) to confirm that cpp-netlib builds and the test run succeeds on any other platforms we want to support.
Tag the commit
$bash> cd $CPP_NETLIB_ROOT
$bash> git tag -a 0.9.4 -m "Version 0.9.4"
$bash> git push origin --tags
Update the documentation
Particularly the whats_new.rst file, and the version numbers in index.rst and conf.py and check that any new features have been added to the docs.
Build the documentation.
On Linux, I do this:
$bash> cd $CPP_NETLIB_ROOT/libs/network/doc
$bash> make html
Copy the documentation to git://github.com/cpp-netlib/cpp-netlib.github.com.git