Skip to content

Commit 090e7e5

Browse files
authored
chore: Update Release Please config (#16)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 84db460 commit 090e7e5

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ First, ensure you have your GitHub account added as an option (+ > Add Source Co
4646
### Swift Package Manager
4747

4848
If you manage dependencies through SPM, in the dependencies section of Package.swift add:
49+
50+
<!---x-release-please-start-version-->
4951
```swift
5052
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.0.2")
5153
```
54+
<!---x-release-please-end-->
5255

5356
and in the target dependencies section add:
5457
```swift

Sources/CHANGELOG.md

-10
This file was deleted.

Sources/version.txt

-1
This file was deleted.

release-please-config.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"bootstrap-sha": "bc555337044c0b52f8e7cc79d62024c31c437474",
33
"packages": {
4-
"Sources": {
4+
".": {
55
"release-type": "simple",
66
"bump-minor-pre-major": true,
77
"bump-patch-for-minor-pre-major": true,
8-
"versioning": "default"
8+
"versioning": "default",
9+
"include-v-in-tag": false,
10+
"extra-files": ["README.md"]
911
}
1012
},
1113
"changelog-sections": [
@@ -63,4 +65,4 @@
6365
}
6466
],
6567
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
66-
}
68+
}

0 commit comments

Comments
 (0)