Skip to content

Commit 6959abe

Browse files
author
Guilherme Souza
committed
fix: revert release-please-config.json file
1 parent 177db74 commit 6959abe

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

release-please-config.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
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-
}
2+
"packages": {
3+
".": {
4+
"changelog-path": "CHANGELOG.md",
5+
"release-type": "simple",
6+
"bump-minor-pre-major": false,
7+
"bump-patch-for-minor-pre-major": false,
8+
"draft": false,
9+
"prerelease": false,
10+
"extra-files": [
11+
"Sources/_Helpers/Version.swift"
12+
]
13+
}
14+
},
15+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)