Skip to content

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

v8.0.5

10 Aug 18:54
Compare
Choose a tag to compare

v8.0.5 (2023-08-10)

Documentation

  • docs: fix typo missing 's' in version_variable[s] in configuration.rst (#668) (879186a)

Fix

  • fix: don't warn about vcs token if ignore_token_for_push is true. (#670)

  • fix: don't warn about vcs token if ignore_token_for_push is true.

  • docs: password should be token. (f1a54a6)

Style

v8.0.4

26 Jul 20:44
Compare
Choose a tag to compare

v8.0.4 (2023-07-26)

Documentation

  • docs: clarify usage of assets config option (#655) (efa2b30)

  • docs: add Python 3.11 to classifiers in metadata (#651) (5a32a24)

Fix

  • fix(changelog): use version as semver tag by default (#653) (5984c77)

Style

v8.0.3

21 Jul 16:22
Compare
Choose a tag to compare

v8.0.3 (2023-07-21)

Fix

  • fix: skip unparseable versions when calculating next version (#649) (88f25ea)

v8.0.2

18 Jul 21:41
Compare
Choose a tag to compare

v8.0.2 (2023-07-18)

Documentation

  • docs: correct version_toml example in migrating_from_v7.rst (#641) (325d5e0)

  • docs: clarify v8 breaking changes in GitHub action inputs (#643) (cda050c)

  • docs: better description for tag_format usage (2129b72)

Fix

v8.0.1

17 Jul 20:05
Compare
Choose a tag to compare

v8.0.1 (2023-07-17)

Documentation

  • docs: reduce readthedocs formats and add entries to migration from v7 guide (9b6ddfe)

  • docs(migration): fix hyperlink (#631) (5fbd52d)

Fix

  • fix: invalid version in Git history should not cause a release failure (#632) (254430b)

v8.0.0

16 Jul 13:03
Compare
Choose a tag to compare

v8.0.0 (2023-07-16)

Breaking

Co-authored-by: Johan <[email protected]>
Co-authored-by: U-NEO\johan <[email protected]>

  • fix: correct Dockerfile CLI command and GHA fetch

  • fix: resolve branch checkout logic in GHA

  • fix: remove commit amending behaviour

this was not working when there were no source code changes to be made, as it lead
to attempting to amend a HEAD commit that wasn't produced by PSR

  • 8.0.0-alpha.1

Automatically generated by python-semantic-release

  • fix: correct logic for generating release notes (#550)

  • fix: cleanup comments and unused logic

  • fix(action): mark container fs as safe for git to operate on

  • style: beautify 49080c5

  • fix(action): quotation for git config command

  • 8.0.0-alpha.2

Automatically generated by python-semantic-release

  • fix: resolve bug in changelog logic, enable upload to pypi

  • 8.0.0-alpha.3

Automatically generated by python-semantic-release

  • test: add tests for ReleaseHistory.release

  • fix: resolve loss of tag_format configuration

  • 8.0.0-alpha.4

Automatically generated by python-semantic-release

  • feat: various improvements

  • Added sorting to test parameterisation, so that pytest-xdist works again - dramatic speedup for testing

  • Reworked the CI verification code so it's a bit prettier

  • Added more testing for the version CLI command, and split some logic out of the command itself

  • Removed a redundant double-regex match in VersionTranslator and Version, for some speedup

  • chore(test): proper env patching for tests in CI

  • style: beautify bcb27a4

  • refactor!: remove verify-ci command

  • 8.0.0-alpha.5

Automatically generated by python-semantic-release

  • fix(docs): fixup docs and remove reference to dist publication

  • feat!: remove publication of dists to artefact repository

  • feat: rename 'upload' configuration section to 'publish'

  • feat!: removed build status checking

  • feat: add GitHub Actions output

  • fix(action): remove default for 'force'

  • fix(ci): different workflow for v8

  • fix(action): correct input parsing

  • fix: correct handling of build commands

  • feat: make it easier to access commit messages in ParsedCommits

  • fix: make additional attributes available for template authors

  • fix: add logging for token auth, use token for push

  • ci: add verbosity

  • fix: caching for repo owner and name

  • ci: contents permission for workflow

  • 8.0.0-alpha.6

Automatically generated by python-semantic-release

  • docs: update docs with additional required permissions

  • feat: add option to specify tag to publish to in publish command

  • feat: add Strict Mode

  • docs: convert to Furo theme

  • feat: add --skip-build option

  • 8.0.0-alpha.7

Automatically generated by python-semantic-release

  • test: separate command line tests by stdout and stderr

  • ci: pass tag output and conditionally execute publish steps

  • fix: correct assets type in configuration (#603)

  • change raw config assets type

  • fix: correct assets type-annotation for RuntimeContext


Co-authored-by: Bernard Cooke <[email protected]>

  • 8.0.0-alpha.8

Automatically generated by python-semantic-release

  • fix: pin Debian version in Dockerfile

  • feat: promote to rc

  • 8.0.0-rc.1

Automatically generated by python-semantic-release

  • ci: fix conditionals in workflow and update documentation

  • ci: correct conditionals

  • fix: only call Github Action output callback once defaults are set

  • 8.0.0-rc.2

Automatically generated by python-semantic-release

  • fix: create_or_update_release for Gitlab hvcs

  • ci: remove separate v8 workflow

  • chore: tweak issue templates

  • chore: bump docs dependencies

  • 8.0.0-rc.3

Automatically generated by python-semantic-release

  • fix(deps): add types-click, and downgrade sphinx/furo for 3.7

  • 8.0.0-rc.4

Automatically generated by python-semantic-release

  • docs: fix typo (#623)

  • docs: correct typo in docs/changelog_templates.rst

Co-authored-by: Micael Jarniac <[email protected]>


Co-authored-by: Johan <[email protected]>
Co-authored-by: U-NEO\johan <[email protected]>
Co-authored-by: semantic-release <semantic-release>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: smeng9 <[email protected]>
Co-authored-by: Micael Jarniac <[email protected]> (ec30564)

v8.0.0-rc.4

09 Jul 17:02
Compare
Choose a tag to compare
v8.0.0-rc.4 Pre-release
Pre-release

v8.0.0-rc.4 (2023-07-09)

Fix

  • fix(deps): add types-click, and downgrade sphinx/furo for 3.7 (126f12f)

v8.0.0-rc.3

01 Jul 23:24
Compare
Choose a tag to compare
v8.0.0-rc.3 Pre-release
Pre-release

v8.0.0-rc.3 (2023-07-01)

Chore

  • chore: bump docs dependencies (2605b73)

  • chore: tweak issue templates (b9827eb)

Ci

  • ci: remove separate v8 workflow (b739abf)

Fix

  • fix: create_or_update_release for Gitlab hvcs (ba5c0d7)

v8.0.0-rc.2

28 Jun 08:40
Compare
Choose a tag to compare
v8.0.0-rc.2 Pre-release
Pre-release

v8.0.0-rc.2 (2023-06-28)

Ci

  • ci: correct conditionals (eb8d53c)

  • ci: fix conditionals in workflow and update documentation (b15bddd)

Fix

  • fix: only call Github Action output callback once defaults are set (8c64cf9)

Unknown

  • Merge branch 'master' into 8.0.x (c6569a1)

v8.0.0-rc.1

17 Jun 14:19
Compare
Choose a tag to compare
v8.0.0-rc.1 Pre-release
Pre-release

v8.0.0-rc.1 (2023-06-17)

Feature

Fix

  • fix: pin Debian version in Dockerfile (d17ec69)