Skip to content

Commit

Permalink
fix: add number suffix to prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Nov 25, 2024
1 parent deb5d5f commit 7915f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/content/release-please-config-json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"group-pull-request-title-pattern": "chore: release ${version}",
"pull-request-title-pattern": "chore: release${component} ${version}",
"changelog-sections": {{{ json changelogTypes }}},
"prerelease-type": "pre",
"prerelease-type": "pre.0",
"packages": {
"{{ pkgPath }}": {
{{#if isRoot}}
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
},
"group-pull-request-title-pattern": "chore: release ${version}",
"pull-request-title-pattern": "chore: release${component} ${version}",
"prerelease-type": "pre"
"prerelease-type": "pre.0"
}

0 comments on commit 7915f76

Please sign in to comment.