Skip to content

Release version 5.0.0 #5

Release version 5.0.0

Release version 5.0.0 #5

Workflow file for this run

name: changerelease
on:
workflow_dispatch: {}
push:
paths: [CHANGELOG.md]
branches: [master]
tags: ["*"]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: dropseed/changerelease@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: v
changelog: CHANGELOG.md