pypi python-semantic-release 9.0.2
v9.0.2

latest releases: 10.5.2, 10.5.1, 10.5.0...
21 months ago

v9.0.2 (2024-02-08)

Chore

Ci

  • ci: Configure trusted publishing in pypi (8e3c00b)

  • ci: bump the github-actions group with 3 updates (#831) (bf96143)

  • ci: add grouped github-actions section to dependabot config (#794) (3eb15c4)

Documentation

  • docs: Remove duplicate note in configuration.rst (#807) (fb6f243)

Fix

  • fix(util): properly parse windows line-endings in commit messages

Due to windows line-endings \r\n, it would improperly split the commit
description (it failed to split at all) and cause detection of Breaking changes
to fail. The breaking changes regular expression looks to the start of the line
for the proper syntax.

Resolves: #820 (70193ba)

Style

Test

  • test(util): add windows line-endings possibilities for commit parsing (c57b082)

  • test(fixtures): cache the base example project directory (#799) (229c647)

Don't miss a new python-semantic-release release

NewReleases is sending notifications on new releases.