Skip to content

Releases: python-semantic-release/python-semantic-release

v0.8.0

03 Aug 13:17
Compare
Choose a tag to compare

Add option check_build_status which if set to true will check build status on github and abort the creation of new version if the state is something else than success. This is off by default.

v0.7.0

03 Aug 13:19
Compare
Choose a tag to compare

Adds patch_without_tag option, which if set to true will make semantic-release create a new patch release even if there is no tag in any commits since last release. This is off by default.

v0.6.0

02 Aug 04:57
Compare
Choose a tag to compare
  • Add uploading to pypi with twine

v0.3.0

27 Jul 22:00
Compare
Choose a tag to compare
  • Add support for tagging
  • Fix isse when version should not change
  • If there are only untagged(as in major, minor, patch) commits since last release there will be no release

v0.2.0

27 Jul 20:46
Compare
Choose a tag to compare
  • --noop mode.
  • Swapped pygit2 with gitpython to avoid libgit2 dependecy.

v0.1.1

27 Jul 20:49
Compare
Choose a tag to compare
  • Fix entry point

v0.1.0

27 Jul 20:50
Compare
Choose a tag to compare

Basic functionality for detecting current version, detecting next version and changing version before committing version.