principal-handle-release-notes
ActionsTags
(1)A very opiniated GitHub action to handle release notes and milestones via github-release-notes.
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.