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

Added collection version to title; Added dev suffix to version #229

Merged
merged 1 commit into from
Nov 13, 2020

Conversation

andy-maier
Copy link
Member

See commit message.

@coveralls
Copy link

coveralls commented Nov 12, 2020

Coverage Status

Coverage remained the same at 20.457% when pulling ac93916 on andy/add-version into a05b164 on master.

setup.py Show resolved Hide resolved
Details:

* Added the full version of the collection to its title.

* Added support in the version parsing function in setup.py and
  in conf.py to accept preliminary versions according to the
  syntax defined by semver 2.0 which is allowed by Ansible,
  e.g. 1.0.0-dev1. This included monkey-patching the function
  that normalizes the version so it accepts semver compatible
  dev suffixes as required by Ansible.

* Adjusted the instructions for releasing a version and for
  starting a new version in the development section of the docs
  to support development version suffixes.

* Changed the version back to 1.0.0-dev1.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
@andy-maier
Copy link
Member Author

Rebased.

@sabyadi sabyadi merged commit a7210d4 into master Nov 13, 2020
@sabyadi sabyadi deleted the andy/add-version branch November 13, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs on Github pages does not show version
3 participants