1
0
mirror of https://github.com/stackrox/kube-linter-action.git synced 2026-07-04 23:51:37 +00:00

Create versioning.yml

Add semver management action.
This commit is contained in:
neilcar
2020-12-02 18:23:26 -05:00
committed by GitHub
parent f4b5b42558
commit 78b632e41f
+15
View File
@@ -0,0 +1,15 @@
name: Update Semver
on:
push:
branches-ignore:
- '**'
tags:
- 'v*.*.*'
jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: haya14busa/action-update-semver@v1
with:
major_version_tag_only: true