Skip to content

nicheinc/actions-tag-versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

actions-tag-versions

actions-tag-versions is a reusable GitHub Actions workflow for updating the corresponding major version tag whenever a semver tag of the form vX.Y.Z is released.

For an example calling workflow, see release.yaml. Note that it's important to use a push trigger filtered as follows, to prevent the workflow from possibly triggering itself:

on:
  push:
    tags:
      - "v[0-9]+.[0-9]+.[0-9]+"

About

Reusable GHA workflow for updating major version tags on release

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors