Skip to content

Commit 74a4338

Browse files
committed
fix(release-please)!: semver 1.0.0
1 parent f1bfa9c commit 74a4338

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/release-please-config.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "python",
44
"include-v-in-tag": false,
55
"skip-github-release": true,
@@ -66,7 +66,9 @@
6666
"hidden": false
6767
}
6868
],
69-
"packages": {
70-
".": {}
71-
}
69+
"packages": {
70+
".": {
71+
"bump-minor-pre-major": false
72+
}
73+
}
7274
}

0 commit comments

Comments
 (0)