Skip to content

Commit c061e69

Browse files
authored
chore: bootstrap release-please with custom config (#474)
1 parent 0e7ed81 commit c061e69

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Xcode
22
.DS_Store
3+
.build/
34
build/
45
*.pbxuser
56
!default.pbxuser
@@ -9,13 +10,20 @@ build/
910
!default.mode2v3
1011
*.perspectivev3
1112
!default.perspectivev3
12-
*.xcworkspace
13-
!default.xcworkspace
1413
xcuserdata
1514
profile
1615
*.moved-aside
1716
DerivedData
1817
.idea/
18+
19+
# SPM
20+
.swiftpm
21+
22+
# CocoaPods
1923
Pods/
2024
Podfile.lock
25+
*.xcworkspace
26+
!default.xcworkspace
27+
28+
# Carthage
2129
Carthage/

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "4.2.2"
3+
}

release-please-config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"packages": {
3+
".": {
4+
"bootstrap-sha": "b56b39cec0e3d5938ddadbfeb4d3fec541ebbb5e",
5+
"changelog-path": "CHANGELOG.md",
6+
"release-type": "simple",
7+
"include-component-in-tag": false,
8+
"bump-minor-pre-major": false,
9+
"bump-patch-for-minor-pre-major": false,
10+
"draft": false,
11+
"prerelease": false,
12+
"extra-files": [
13+
"README.md",
14+
"Google-Maps-iOS-Utils.podspec",
15+
"Podfile.template"
16+
]
17+
}
18+
},
19+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
20+
}

0 commit comments

Comments
 (0)