Simple GitHub action that generates a GitHub release from CHANGELOG.md
.
The expected format is:
# Changelog
## 2.0.0
Some breaking changes
## 1.0.0
Initial release
Running this action with this file will create a release named v2.0.0
with the body Some breaking changes
.
steps:
- uses: actions/checkout@v3
- uses: ArnaudBarre/github-release@v1