Skip to content

Merge pull request #29 from welthee/renovate/all-minor-patch-golang #23

Merge pull request #29 from welthee/renovate/all-minor-patch-golang

Merge pull request #29 from welthee/renovate/all-minor-patch-golang #23

Workflow file for this run

name: main branch
on:
push:
branches: [ main ]
paths:
- 'pkg/**'
- 'go.*'
- '*.go'
jobs:
version:
runs-on: ubuntu-latest
container: mpdred/semantic-tagger:latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 50
- name: Set the version number
run: |
git config --global user.email "ci+github@welthee.com"
git config --global user.name "ci"
semtag -increment=auto -git-tag -push