Skip to content

chore: bump version (14.4.1) #9

chore: bump version (14.4.1)

chore: bump version (14.4.1) #9

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