Skip to content

Release Notes

Release Notes #10

Workflow file for this run

name: Release Notes
on:
push:
tags:
- '*.*.*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Fetch all history
fetch-depth: 0
- name: GitHub Release
uses: softprops/action-gh-release@v1
with:
prerelease: false
generate_release_notes: true