Skip to content

Commit

Permalink
ci: version-file should be placed in json (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Nov 15, 2024
1 parent b11b6c1 commit c29e1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": {
".": {
"release-type": "python",
"version-file": "src/creosote/__about__.py",
"extra-files": [
{
"type": "yaml",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE }}
release-type: python
version-file: src/creosote/__about__.py
config-file: .github/release-please-config.json

0 comments on commit c29e1c8

Please sign in to comment.