Skip to content
Mark Piper edited this page Aug 24, 2016 · 1 revision

I'm currently using this page for notes.

Versioning

When incrementing the version of this software, the version number has to be changed in several places.

  1. In the package: csdms/dakota/init.py
  2. In the conda build recipe: .conda/meta.yaml
  3. In the docs: docs/source/conf.py (also see 'copyright' variable)

Make these changes, commit, and push. Then tag the release with

git tag v0.2.1

and push the tag

git push --tags

The new tag will trigger a Travis CI build.

This is really cumbersome and I'd love to find a better way.

Clone this wiki locally