Below you will find pages that utilize the taxonomy term “python-semantic-release”
October 18, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.12.0.
This action is used across all versions by 3,689 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.12.0 (2024-10-18) Features changelog: add autofit_text_width filter to template environment (#1062, 83e4b86) Bug Fixes changelog: ignore commit exclusion when a commit causes a version bump (e8f886e)
parser-angular: change Fixes commit type heading to Bug Fixes (#1064, 09e3a4d)
parser-emoji: enable the default bump level option (bc27995)
October 15, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.11.1.
This action is used across all versions by 3,683 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.11.1 (2024-10-15) Bug Fixes changelog: prevent custom template errors when components are in hidden folders (#1060, a7614b0) Detailed Changes: https://github.com/python-semantic-release/python-semantic-release/compare/v9.11.0...v9.11.1
October 13, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.11.0.
This action is used across all versions by 3,678 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.11.0 (2024-10-12) Features feat(changelog): add default changelog template in reStructuredText format (#1055)
test(fixtures): update repo generation to create rst & md changelogs
test(release-history): refactor fragile test to utilize repo fixture definitions
test(changelog-cmd): update tests to evaluate rst changelog generation & updates
October 10, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.10.1.
This action is used across all versions by 3,671 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.10.1 (2024-10-10) Fixes fix(config): handle branch match regex errors gracefully (#1054) prevents stacktrace error when user provided regex for a branch name match is invalid. Translates most common failure of a plain wildcard * character to the implied proper regex (4d12251)
October 8, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.10.0.
This action is used across all versions by 3,661 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.10.0 (2024-10-08) Features changelog: add changelog_insertion_flag to changelog template context (#1045, c18c245)
changelog: add changelog_mode to changelog template context (#1045, c18c245)
changelog: add prev_changelog_file to changelog template context (#1045, c18c245)
changelog: add read_file function to changelog template context (#1045, c18c245)
changelog: add shorthand ctx variable to changelog template env (#1045, c18c245)
October 8, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.9.0.
This action is used across all versions by 3,661 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.9.0 (2024-09-28) Features github-actions: add is_prerelease output to the version action (#1038, 6a5d35d) Documentation automatic-releases: drop extraneous GitHub push configuration (#1011, 2135c68)
github-actions: add configuration & description of publish action (#1011, 2135c68)
github-actions: add description of new is_prerelease output for version action (#1038, 6a5d35d)
October 7, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.10.0.
This action is used across all versions by 3,661 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.10.0 (2024-10-07) Documentation docs(github-actions): update primary example with workflow sha controlled pipeline (14f04df) Features feat(changelog): modify changelog template to support changelog updates (#1045)
feat(changelog): add read_file function to changelog template context
This feature adds a filter that will enable jinja templates to read a file from the repository into memory to then use as output within the template.
September 28, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.9.0.
This action is used across all versions by 3,641 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.9.0 (2024-09-28) Features github-actions: add is_prerelease output to the version action (#1038, 6a5d35d) Documentation automatic-releases: drop extraneous GitHub push configuration (#1011, 2135c68)
github-actions: add configuration & description of publish action (#1011, 2135c68)
github-actions: add description of new is_prerelease output for version action (#1038, 6a5d35d)
September 27, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.8.9.
This action is used across all versions by 3,638 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.8.9 (2024-09-27) Fixes version-cmd: ensure version_variables do not match partial variable names (#1028, 156915c)
version-cmd: improve version_variables flexibility w/ quotes (ie. json, yaml, etc) (#1028, 156915c)
Documentation api: update docstrings to resolve sphinx styling errors (#1030, d84efc7)
configuration: add clarity to version_variables usage & limitations (#1028, 156915c)
September 25, 2024
Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.8.8.
This action is used across all versions by 3,635 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v9.8.8 (2024-09-01) Fixes config: fix path traversal detection for windows compatibility (#1014, 16e6daa) Documentation configuration: update build_command env table for windows to use all capital vars (0e8451c)
github-actions: update version in examples to latest version (3c894ea)
Resolved Issues #978: Changelog file destination must be inside of the repository directory error on windows #994: Template directory must be inside of the repository directory error on windows Detailed Changes: v9.