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 9da91ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"release-type": "go",
"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 9da91ef

Please sign in to comment.