Skip to content

Commit 31ae40c

Browse files
authored
chore: only publish GitHub releases for ironrdp-client (#704)
Creating a new GitHub release for the ironrdp crate is actually not very relevant.
1 parent 43f05a7 commit 31ae40c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

release-plz.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ pr_name = "chore(release): prepare for publishing"
77
changelog_config = "cliff.toml"
88
release_commits = "^(feat|docs|fix|build|perf)"
99

10-
# Flagship crates for which we push a GitHub release.
11-
[[package]]
12-
name = "ironrdp"
13-
git_release_enable = true
10+
# Flagship crate for which we push a GitHub release.
1411
[[package]]
1512
name = "ironrdp-client"
1613
git_release_enable = true
@@ -24,7 +21,7 @@ publish_features = ["rustls"]
2421
# *-native crates may have all kinds of system requirements depending on the platform.
2522
# We can only check for the current platform when cargo publish is invoked, all the others are effectively unverified.
2623
# For this reason, it's not worth complexifying the release-crates.yml workflow.
27-
# We already verify all targets properly in the CI.
24+
# We already verify all targets properly in the regular CI workflow.
2825
[[package]]
2926
name = "ironrdp-rdpdr-native"
3027
publish_no_verify = true

0 commit comments

Comments
 (0)