semVersie
Version updated for https://github.com/RonaldPhilipsen/semVersie to version v2.3.0.
- This action is used across all versions by 4 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The semVersie GitHub Action automates semantic versioning by calculating version bumps (major, minor, patch) based on conventional-commit-style pull requests. It streamlines the process of determining the next release version, allowing developers to focus on release workflows while optionally labeling pull requests with their version impact. This action provides flexibility for various programming languages and environments without enforcing specific release processes.
What’s Changed
Release notes
🧪 New Features
- feat: get PR from latest commit (ccac6ca)
➕ Other Changes
- chore(deps): lock file maintenance (#126) (1f32a2a)
- test: fix tests (03649e8)
- refactor: use octokit datatypes where available (143bd26)
:copyright: 2025 Ronald Philipsen