Skip to content

Commit

Permalink
chore: Add a comment to GitHub release flow types.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Nov 23, 2024
1 parent ac7c7cc commit 9a60595
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,19 @@ on:
default: "prerelease"
type: choice
options:
# Bump the canary version of the existing semver release
- prerelease
# Bump to the next patch version, creating its first canary release
- prepatch
# Bump to the next minor version, creating its first canary release
- preminor
# Bump to the next major version, creating its first canary release
- premajor
# Bump to the next patch version
- patch
# Bump to the next minor version
- minor
# Bump to the next major version
- major
dry_run:
description: "Do a dry run, skipping the final publish step."
Expand Down

0 comments on commit 9a60595

Please sign in to comment.