Skip to content

chore: bump version (14.5.1) #11

chore: bump version (14.5.1)

chore: bump version (14.5.1) #11

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