ci: don't let release-plz create GH releases

We currently use our own workflow for that.

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan 2024-09-25 14:07:52 +02:00
parent 166392bc51
commit f3a44e3f8f
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B
2 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,7 @@ jobs:
hash-release: true
use-project-version: true
use-tag-version: true # IMPORTANT: this is being used to make sure the tag that is built is in the archive filename, so automation can download the correct version
extra-cargo-build-args: "--features self-update"
extra-cargo-build-args: --features self-update
create-release:
name: Creating release with artifacts

View File

@ -1,6 +1,7 @@
# configuration spec can be found here https://release-plz.ieni.dev/docs/config
[workspace]
git_release_enable = false # we currently use our own release process
pr_draft = true
dependencies_update = true
# changelog_config = "cliff.toml" # Don't use this for now, as it will override the default changelog config