Verselicious
Version updated for https://github.com/hopeman15/verselicious to version v0.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Verselicious is a GitHub Action that automates semantic versioning and release creation by using labels on pull requests. It simplifies the versioning process by detecting labels like major, minor, or patch, automatically bumping the version, creating a Git tag, and publishing a GitHub release upon PR merge. This action streamlines release management by eliminating manual version updates and ensuring consistent, automated version control.
Release notes
What’s Changed
- feat: add community standards by @hopeman15 in https://github.com/hopeman15/verselicious/pull/1
- chore: add renovate configuration by @hopeman15 in https://github.com/hopeman15/verselicious/pull/2
- chore: add editorconfig by @hopeman15 in https://github.com/hopeman15/verselicious/pull/3
- feat: add semantic versioning action by @hopeman15 in https://github.com/hopeman15/verselicious/pull/4
- fix: use underscores in action input names to match Docker env var behavior by @hopeman15 in https://github.com/hopeman15/verselicious/pull/5
New Contributors
- @hopeman15 made their first contribution in https://github.com/hopeman15/verselicious/pull/1
Full Changelog: https://github.com/hopeman15/verselicious/commits/v0.1.0