Publish changelog and release notes using Gren.
Configure Gren usign .grenrc
in your repository and run this action in GitHub actions workflow:
name: Release notes
on: [release]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: smartlyio/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}