Skip to content

Commit

Permalink
ci: move extra-files to release-please-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Dec 22, 2023
1 parent 21e75d0 commit 0910e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"packages": {
".": {
"release-type": "go",
"package-name": "hcloud-cli"
"package-name": "hcloud-cli",
"extra-files": ["internal/version/version.go"]
}
}
}
3 changes: 0 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ jobs:
token: ${{ secrets.HCLOUD_BOT_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json

extra-files: |
version/version.go

0 comments on commit 0910e2c

Please sign in to comment.