Skip to content

Commit

Permalink
chore: initial release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Mar 1, 2024
1 parent 83acd14 commit 635b276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
{
"playground-backend": "playground-backend-v0.1.0",
"das_client": "das_client-v0.1.0"
}
20 changes: 2 additions & 18 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
{
"packages": {
"playground-backend": {
"changelog-path": "CHANGELOG.md",
"release-type": "maven",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"das_client": {
"changelog-path": "CHANGELOG.md",
"release-type": "dart",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
"path/to/pkg": {}
}
}

0 comments on commit 635b276

Please sign in to comment.