Skip to content

secondlife/update-major-tag-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

update-major-release-workflow

A small shared workflow to bump major semver tag (ex v1) on a repository when a new release (ex. v1.0.2) is published. Example use:

# .github/workflows/update-major-tag.yaml

name: Update Major Tag

on:
  release:
    types: [published]

jobs:
  tag:
    uses: secondlife/update-major-tag-workflow/.github/workflows/update-major-tag.yaml@v1

About

Bump major semver tag when a release is published

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •