Skip to content

Commit e1a9786

Browse files
authored
chore: bootstrap releases for path: . (#303)
* chore: bootstrap releases for path: . * Add extra files
1 parent a469396 commit e1a9786

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.release-please-manifest.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"extra_files": [
3-
"Sources/_Helpers/Version.swift"
4-
]
2+
".": "0.0.0"
53
}

release-please-config.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
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"
16+
}

0 commit comments

Comments
 (0)