Skip to content

GitHub release notes and changelog generator using Gren

License

Notifications You must be signed in to change notification settings

lakto/gren-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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]
  types: [published]

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: lakto/[email protected]
        env:
          GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
        with:
          options: '--override --prerelease'

In options you can add all options from Gren itself except of --username, --repo and --token. They are already part of the lakto/gren-action entrypoint script.

About

GitHub release notes and changelog generator using Gren

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 53.2%
  • Shell 46.8%