Skip to content

Commit

Permalink
ci: use github draft releases (#113)
Browse files Browse the repository at this point in the history
This allows us to tweak the release before publishing, e.g. if we
publish a prerelease, we don't want it to be marked as latest, and want
to mark it as prerelease.
  • Loading branch information
jooola authored Nov 7, 2023
1 parent dd3d327 commit c6dc084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
token: ${{ secrets.HCLOUD_BOT_TOKEN }}
release-type: go
package-name: packer-plugin-hcloud
draft: true

extra-files: |
version/version.go

0 comments on commit c6dc084

Please sign in to comment.