Skip to content

Updated changelog param skip to disable #98

Updated changelog param skip to disable

Updated changelog param skip to disable #98

Workflow file for this run

name: Tag Merge to Master
on:
push:
branches:
- master
env:
CGO_ENABLED: "0"
jobs:
tag:
name: Bump semantic version
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
WITH_V: true