We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177db74 commit 6959abeCopy full SHA for 6959abe
release-please-config.json
@@ -1,11 +1,15 @@
1
{
2
- "packages": {
3
- ".": {
4
- "release-type": "simple",
5
- "extra-files": [
6
- "Sources/_Helpers/Version.swift"
7
- ]
8
- }
9
- },
10
- "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
11
+ "packages": {
+ ".": {
+ "changelog-path": "CHANGELOG.md",
+ "release-type": "simple",
+ "bump-minor-pre-major": false,
+ "bump-patch-for-minor-pre-major": false,
+ "draft": false,
+ "prerelease": false,
+ "extra-files": [
+ "Sources/_Helpers/Version.swift"
12
+ ]
13
+ }
14
+ },
15
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
0 commit comments