Skip to content

Commit cbb85b3

Browse files
authored
chore: add a comment to GitHub release flow types. (#9506)
### Description Just adding a comment to our release types for posterity.
1 parent 4808895 commit cbb85b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/turborepo-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,19 @@ on:
2626
default: "prerelease"
2727
type: choice
2828
options:
29+
# Bump the canary version of the existing semver release
2930
- prerelease
31+
# Bump to the next patch version, creating its first canary release
3032
- prepatch
33+
# Bump to the next minor version, creating its first canary release
3134
- preminor
35+
# Bump to the next major version, creating its first canary release
3236
- premajor
37+
# Bump to the next patch version
3338
- patch
39+
# Bump to the next minor version
3440
- minor
41+
# Bump to the next major version
3542
- major
3643
dry_run:
3744
description: "Do a dry run, skipping the final publish step."

0 commit comments

Comments
 (0)