Skip to content

principalstudio/handle-release-notes

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

handle-release-notes

A very opiniated GitHub action to handle release notes and milestones via github-release-notes.

Usage

on:
  release:
    types: [published]

name: Update release

jobs:
  update_release:
    name: Update release
    runs-on: ubuntu-latest
    steps:
      - name: checkout
        uses: actions/checkout@v2
      - name: setup-node
        uses: actions/setup-node@v1
      - name: handle-release-notes
        uses: principalstudio/handle-release-notes@v1
        with:
          main-branch: main
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

GitHub action to handle release notes and milestones

Resources

Stars

Watchers

Forks