Skip to content
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

Simplify version naming #18

Open
mattgreene opened this issue Jan 26, 2016 · 1 comment
Open

Simplify version naming #18

mattgreene opened this issue Jan 26, 2016 · 1 comment

Comments

@mattgreene
Copy link
Contributor

The makefile currently uses separate variables for VERSION and RELEASE (sourced from files), and uses one or both inconsistently to generate artifacts. Consolidate these into a single VERSION file to simplify naming convention and minimize the potential for errors when creating a release via github.

@swormke
Copy link
Contributor

swormke commented Feb 9, 2016

Make sure that when you do this you also deal with the versioning in the docs/config.py file. If you use the version file in its current form you are probably going to have to read the file in and set a variable VERSION= and use that to populate the version and release in the config file.

See PR #34 for more info...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants