Create changelog based release
Version updated for https://github.com/brainelectronics/changelog-based-release to version v1.1.0.
- This action is used across all versions by 16 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, Changelog based release, automates the process of creating GitHub Releases and tags based on a project’s changelog file. It parses version information from a changelog that follows semantic versioning and ISO8601 date formats, ensuring consistent and structured release management. This action simplifies release workflows, reduces manual effort, and ensures accurate versioning for software projects.
What’s Changed
Added
.pre-commit-configwithyamllint
Changed
- Use
softprops/action-gh-releaseover deprecated and archivedactions/create-release - Update
setup-pythonaction fromv4tov6 - Update
checkoutaction fromv3tov6 - Update
changelog2versionfrom0.9.0to0.12.1
Fixed
- Solved all
yamllintwarnings