Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 505 Bytes

File metadata and controls

21 lines (16 loc) · 505 Bytes

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/github-release-notes-action@v1.0.0
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}