1
0
mirror of https://github.com/stackrox/kube-linter-action.git synced 2026-07-11 10:51:40 +00:00
Files
neilcar 78b632e41f Create versioning.yml
Add semver management action.
2020-12-02 18:23:26 -05:00

16 lines
290 B
YAML

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