Skip to content

Releases: python-semantic-release/publish-action

v10.4.1

13 Sep 03:43
ae6462a
Compare
Choose a tag to compare

v10.4.1 (2025-09-13)

Build System

  • deps: Bump python-semantic-release from 10.4.0 to 10.4.1 (#82, d3d1da0)

Detailed Changes: v10.4.0...v10.4.1

v10.4.0

08 Sep 07:16
4681bbe
Compare
Choose a tag to compare

v10.4.0 (2025-09-08)

Build System

  • deps: Bump python-semantic-release from 10.3.2 to 10.4.0 (#80, befede4)

Detailed Changes: v10.3.2...v10.4.0

v10.3.2

06 Sep 16:52
Compare
Choose a tag to compare

v10.3.2 (2025-09-06)

Build System

  • deps: Bump python-semantic-release from v10.3.1 to v10.3.2 (#78, 190c53e)

Detailed Changes: v10.3.1...v10.3.2

v10.3.1

06 Aug 05:00
f8a3b2e
Compare
Choose a tag to compare

v10.3.1 (2025-08-06)

Build System

  • deps: Bump python-semantic-release from 10.3.0 to 10.3.1 (#75, d0eb730)

Detailed Changes: v10.3.0...v10.3.1

v10.3.0

04 Aug 06:22
403a064
Compare
Choose a tag to compare

v10.3.0 (2025-08-04)

Build System

  • deps: Bump python-semantic-release from 10.2.0 to 10.3.0 (#72, f988ac0)

Detailed Changes: v10.2.0...v10.3.0

v10.2.0

29 Jun 22:19
b717f67
Compare
Choose a tag to compare

v10.2.0 (2025-06-29)

Build System

  • deps: Bump python-semantic-release from 10.1.0 to 10.2.0 (#70, e8661ee)

Detailed Changes: v10.1.0...v10.2.0

v10.1.0

12 Jun 05:48
ca88900
Compare
Choose a tag to compare

v10.1.0 (2025-06-12)

Build System

  • deps: Bump python-semantic-release from 10.0.2 to 10.1.0 (#69, 35266ed)

Documentation

  • README: Fixed broken url for GitHub Actions documentation (#65, f684714)

Detailed Changes: v10.0.2...v10.1.0

v10.0.2

26 May 02:51
e5e3010
Compare
Choose a tag to compare

v10.0.2 (2025-05-26)

Build System

  • deps: Bump python-semantic-release from 10.0.1 to 10.0.2 (#63, 7198fce)

Detailed Changes: v10.0.1...v10.0.2

v10.0.1

25 May 22:17
d3a9934
Compare
Choose a tag to compare

v10.0.1 (2025-05-25)

Build System

  • deps: Bump python-semantic-release from 10.0.0 to 10.0.1 (#60, c62a2bc)

Detailed Changes: v10.0.0...v10.0.1

v10.0.0

25 May 09:02
Compare
Choose a tag to compare

v10.0.0 (2025-05-25)

Bug Fixes

  • github-action: Resolve command injection vulnerability in action script (#56, 1863c50)

Build System

  • deps: Bump python-semantic-release from 9.21.1 to 10.0.0 (#59, 155d667)

Breaking Changes

  • github-action: The root_options action input parameter has been removed because it created a command injection vulnerability for arbitrary code to execute within the container context of the GitHub action if a command injection code was provided as part of the root_options parameter string. To eliminate the vulnerability, each relevant option that can be provided to semantic-release has been individually added as its own parameter and will be processed individually to prevent command injection. Please review our Github Actions Configuration page on the Python Semantic Release Documentation website to review the newly available configuration options that replace the root_options parameter.

Resolved Issues

  • #55: bug: command injection through GH action inputs

Detailed Changes: v9.21.1...v10.0.0