mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
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:
parent
166392bc51
commit
f3a44e3f8f
2
.github/workflows/release-cd.yml
vendored
2
.github/workflows/release-cd.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user