Skip to content

Commit

Permalink
chore: add initial version to release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz committed Feb 27, 2024
1 parent 134654d commit d75d02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"packages": {
".": {
"initial-version": "0.1.0",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
}
Expand Down

0 comments on commit d75d02c

Please sign in to comment.