Skip to content

Commit

Permalink
fix: properly configure release-please with manifest (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed May 27, 2024
1 parent afa5d09 commit 030221b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.15.0"
}
2 changes: 1 addition & 1 deletion clinvar_this/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.6"
__version__ = "0.15.0"
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "python",
"package-name": "clinvar-this",
"version-file": "clinvar_this/_version.py"
}
}
}

0 comments on commit 030221b

Please sign in to comment.