Skip to content

principal-handle-release-notes

Actions
Very opiniated GitHub action to handle release notes and milestones
v1.0.3
Latest
Star (0)

Tags

 (1)

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

principal-handle-release-notes is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Very opiniated GitHub action to handle release notes and milestones
v1.0.3
Latest

Tags

 (1)

principal-handle-release-notes is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.