Skip to content

ci: bump python-semantic-release/python-semantic-release from 9.16.1 to 9.17.0 in the github-actions group#39

Merged
codejedi365 merged 1 commit intomainfrom
dependabot/github_actions/github-actions-8ce0bac641
Jan 26, 2025
Merged

ci: bump python-semantic-release/python-semantic-release from 9.16.1 to 9.17.0 in the github-actions group#39
codejedi365 merged 1 commit intomainfrom
dependabot/github_actions/github-actions-8ce0bac641

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2025

Bumps the github-actions group with 1 update: python-semantic-release/python-semantic-release.

Updates python-semantic-release/python-semantic-release from 9.16.1 to 9.17.0

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v9.17.0 (2025-01-26)

Features

  • changelog: Add sort_numerically filter function to template environment (#1146, 7792388)

  • changelog: Parse squashed commits individually (#1112, cf785ca)

  • config: Extend support of remote urls aliased using git insteadOf configurations (#1151, 4045037)

  • parsers: Parse squashed commits individually (#1112, cf785ca)

  • parser-angular: Apply PR/MR numbers to all parsed commits from a squash merge (#1112, cf785ca)

  • parser-angular: Upgrade angular parser to parse squashed commits individually (#1112, cf785ca)

  • parser-emoji: Add functionality to interpret scopes from gitmoji commit messages (#1112, cf785ca)

  • parser-emoji: Upgrade emoji parser to parse squashed commits individually (#1112, cf785ca)

  • version: Parse squashed commits individually (#1112, cf785ca)

Bug Fixes

  • github-action: Disable writing python bytecode in action execution (#1152, 315ae21)

Performance Improvements

  • logging: Remove irrelevant debug logging statements (#1147, f1ef4ec)

Documentation

  • changelog-templates: Add description for new sort_numerically filter function (#1146, 7792388)

  • commit-parsing: Add description for squash commit evaluation option of default parsers (#1112, cf785ca)

  • configuration: Update the commit_parser_options setting description (#1112, cf785ca)

Resolved Issues

  • #1085: Commit Parser: Add support for squash commits (BitBucket Specific)

  • #1150: Request support of git insteadOf url aliases


Detailed Changes: v9.16.1...v9.17.0


... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v9.17.0 (2025-01-26)

Bug Fixes

  • github-action: Disable writing python bytecode in action execution (#1152, 315ae21)

File permission issues can occur when using the github-action and dynamically loading files from the repository. When importing, python generally will create bytecode files and write to disk as the current user. Because the default user in the github action is root, those files are written as root which means when it returns to the rest of the workflow, those files cannot be modified or deleted. With this change, we disable writing of bytecode files which prevents any failures that may result after the python-semantic-release action is executed.

Features

  • changelog: Add sort_numerically filter function to template environment (#1146, 7792388)
  • test(helpers): add unit tests for various prefixed number lists

  • test(changelog-context): add unit tests to validate use of sort_numerically filter

  • test(release-notes-context): add unit tests to validate use of sort_numerically filter

  • refactor(util): relocate sort_numerically function to top level

  • docs(changelog-templates): add description for new sort_numerically filter function

  • config: Extend support of remote urls aliased using git insteadOf configurations (#1151, 4045037)

Resolves: #1150

  • refactor(hvcs): add validation of git urls upon vcs client initialization

  • test(hvcs): refactor unit test to catch validation error immediately of bad git url

  • test(config): add test case of a git insteadOf aliased origin

  • parsers: Parse squashed commits individually (#1112, cf785ca)
  • test(parser-angular): update unit tests for parser return value compatibility

  • test(parser-scipy): update unit tests for parser return value compatibility

... (truncated)

Commits
  • cdfda70 9.17.0
  • cf785ca feat(parsers): parse squashed commits individually (#1112)
  • 4045037 feat(config): extend support of remote urls aliased using git insteadOf con...
  • abe0f9e test(cmd-changelog): add changelog validator for 4 channel git flow repo (#1153)
  • 315ae21 fix(github-action): disable writing python bytecode in action execution (#1152)
  • f1ef4ec perf(logging): remove irrelevant debug logging statements (#1147)
  • 7792388 feat(changelog): add sort_numerically filter function to template environme...
  • 7edaa90 ci(deps): bump python-semantic-release/publish-action@v9.15.2 action to 9.1...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `python-semantic-release/python-semantic-release` from 9.16.1 to 9.17.0
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v9.16.1...v9.17.0)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@codejedi365 codejedi365 merged commit ad2590b into main Jan 26, 2025
@codejedi365 codejedi365 deleted the dependabot/github_actions/github-actions-8ce0bac641 branch January 26, 2025 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant