Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#303)
Browse files Browse the repository at this point in the history
* chore: bootstrap releases for path: .

* Add extra files
  • Loading branch information
grdsdev authored Apr 1, 2024
1 parent a469396 commit e1a9786
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"extra_files": [
"Sources/_Helpers/Version.swift"
]
".": "0.0.0"
}
16 changes: 16 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"extra_files": [
"Sources/_Helpers/Version.swift"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit e1a9786

Please sign in to comment.