Semver Bump Action
Version updated for https://github.com/cbrgm/semver-bump-action to version v1.0.47.
- This action is used across all versions by 55 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Semver Bump Action is a GitHub Action that automates the process of incrementing semantic version numbers based on specified versioning rules (e.g., major, minor, patch, or prerelease). It streamlines version management workflows by calculating and outputting the updated version, ensuring consistency and saving time in maintaining software versioning. This action is particularly useful for automating release pipelines and version tagging in CI/CD workflows.
Release notes
What’s Changed
- ci(tools): update build tools by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/150
- ci(tools): update actionhippie/manifest action to v1.8.3 by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/151
- patch(deps): update dependency golang to v1.25.7 by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/152
- minor(deps): update dependency golang to v1.26.0 by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/153
- deps: update to Go v1.26.0 by @cbrgm in https://github.com/cbrgm/semver-bump-action/pull/154
- ci(tools): update docker/build-push-action action to v6.19.0 by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/155
- ci(tools): update docker/build-push-action action to v6.19.1 by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/156
- chore: remove nix flakes, add SECURITY.md, sign releases using PGP by @cbrgm in https://github.com/cbrgm/semver-bump-action/pull/157
- chore: batch update of project dependencies and configurations by @cbrgm in https://github.com/cbrgm/semver-bump-action/pull/158
- ci(tools): update build tools by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/159
- ci(tools): update actions/setup-go action to v6.3.0 by @renovate[bot] in https://github.com/cbrgm/semver-bump-action/pull/160
Full Changelog: https://github.com/cbrgm/semver-bump-action/compare/v1...v1.0.47