Skip to content

Commit

Permalink
fix(release-please): changed skaha to be the root package, rather tha…
Browse files Browse the repository at this point in the history
…n a package in the monorepo
  • Loading branch information
shinybrar committed Nov 20, 2024
1 parent 45e36a8 commit 4dc2081
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"packages": {
"skaha": {
"path": "skaha",
"path": ".",
"package-name": "skaha",
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"exclude-paths": [
"docs",
"deployment",
"image-cache",
"integration-test"
],
"extra-files": [
{
"type": "generic",
"path": "gradle.properties"
},
{
"type": "generic",
"path": "version.yaml"
}
]
}
Expand Down

0 comments on commit 4dc2081

Please sign in to comment.