Skip to content

Commit

Permalink
fix: add "always-bump-minor" and "always-bump-major" to versioning st…
Browse files Browse the repository at this point in the history
…rategies in schema (#5262)

Adding "always-bump-minor" and "always-bump-major" to the allowed values
for versioning.
Reference PR: googleapis/release-please#1744

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
ddixit14 and chingor13 committed Nov 28, 2023
1 parent 141268c commit e8a3f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/release-please/src/config-schema.json
Expand Up @@ -48,6 +48,8 @@
"enum": [
"default",
"always-bump-patch",
"always-bump-major",
"always-bump-minor",
"service-pack"
]
},
Expand Down

0 comments on commit e8a3f21

Please sign in to comment.