Skip to content

secondlife/update-major-tag-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

update-major-release-workflow

Bump the major semver tag (such as v1) on a repository when a new release (such as v1.0.2) is published. Example:

# .github/workflows/release.yaml
name: Release

on:
  release:
    types: [published]

permissions:
  # Grant permission to push tags.
  contents: write

jobs:
  update-major-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

0 stars

Watchers

2 watching

Forks

Contributors