pull-request-semver-bumper
Version updated for https://github.com/SAP/pull-request-semver-bumper to version v1.0.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Pull Request Semver Bumper GitHub Action automates semantic version bumping within Pull Requests, ensuring that the version is updated before merging, which keeps the main branch clean and deployment-ready. It supports multiple project types (Maven, NPM, Python, and generic version files) and adheres to the Conventional Commits standard, streamlining version management and eliminating the need for separate release commits. This action solves issues like cluttered commit histories, extra CI runs, and race conditions by integrating versioning directly into the PR workflow.
Release notes
Changelog
🧰 Maintenance
- chore: update changelog for v1.0.0 (#26)
What’s Changed
- chore: update changelog for v1.0.0 by @github-actions[bot] in https://github.com/SAP/pull-request-semver-bumper/pull/26
- chore(deps-dev): bump @types/node from 24.10.1 to 25.0.2 in /.github/actions/core by @dependabot[bot] in https://github.com/SAP/pull-request-semver-bumper/pull/29
- chore(deps): bump @actions/core from 1.11.1 to 2.0.1 in /.github/actions/core by @dependabot[bot] in https://github.com/SAP/pull-request-semver-bumper/pull/28
- chore(deps): bump @actions/exec from 1.1.1 to 2.0.0 in /.github/actions/core by @dependabot[bot] in https://github.com/SAP/pull-request-semver-bumper/pull/27
- chore(deps-dev): bump @types/node from 25.0.2 to 25.0.3 in /.github/actions/core by @dependabot[bot] in https://github.com/SAP/pull-request-semver-bumper/pull/32
- feat: Expose bump level as output by @mdanish98 in https://github.com/SAP/pull-request-semver-bumper/pull/33
New Contributors
- @mdanish98 made their first contribution in https://github.com/SAP/pull-request-semver-bumper/pull/33
Full Changelog: https://github.com/SAP/pull-request-semver-bumper/compare/v1.0.0...v1.0.1