Skip to content

Commit

Permalink
chore: bootstrap release-please with custom config (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Jul 30, 2024
1 parent 0e7ed81 commit c061e69
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Xcode
.DS_Store
.build/
build/
*.pbxuser
!default.pbxuser
Expand All @@ -9,13 +10,20 @@ build/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/

# SPM
.swiftpm

# CocoaPods
Pods/
Podfile.lock
*.xcworkspace
!default.xcworkspace

# Carthage
Carthage/
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "4.2.2"
}
20 changes: 20 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"packages": {
".": {
"bootstrap-sha": "b56b39cec0e3d5938ddadbfeb4d3fec541ebbb5e",
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"include-component-in-tag": false,
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"extra-files": [
"README.md",
"Google-Maps-iOS-Utils.podspec",
"Podfile.template"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit c061e69

Please sign in to comment.