File tree 1 file changed +2
-5
lines changed 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ pr_name = "chore(release): prepare for publishing"
7
7
changelog_config = " cliff.toml"
8
8
release_commits = " ^(feat|docs|fix|build|perf)"
9
9
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.
14
11
[[package ]]
15
12
name = " ironrdp-client"
16
13
git_release_enable = true
@@ -24,7 +21,7 @@ publish_features = ["rustls"]
24
21
# *-native crates may have all kinds of system requirements depending on the platform.
25
22
# We can only check for the current platform when cargo publish is invoked, all the others are effectively unverified.
26
23
# 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 .
28
25
[[package ]]
29
26
name = " ironrdp-rdpdr-native"
30
27
publish_no_verify = true
You can’t perform that action at this time.
0 commit comments