Skip to content

docs: added changelog, updated readme, release note, version and clea… #9

docs: added changelog, updated readme, release note, version and clea…

docs: added changelog, updated readme, release note, version and clea… #9

Workflow file for this run

name: Create Release
on:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
bodyFile: "RELEASE.md"