Skip to content

smartlyio/github-release-notes-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Release Notes Action

Publish changelog and release notes using Gren.

Usage

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 }}

About

GitHub release notes and changelog generator using Gren

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published