Skip to content

Release notes for v2.8.0 in CHANGELOG and other documentation files (… #100

Release notes for v2.8.0 in CHANGELOG and other documentation files (…

Release notes for v2.8.0 in CHANGELOG and other documentation files (… #100

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/github-tag-action@1.35.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
WITH_V: true