Skip to content

Release notes for v2.6.0 in CHANGELOG and other documentation files #93

Release notes for v2.6.0 in CHANGELOG and other documentation files

Release notes for v2.6.0 in CHANGELOG and other documentation files #93

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