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:
@@ -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
|
||||
Reference in New Issue
Block a user