Skip to content

chore: bump version and changelog #5

chore: bump version and changelog

chore: bump version and changelog #5

Workflow file for this run

name: Create a release
on:
push:
tags:
- 'v*'
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Create a release
uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true