Skip to content

Commit 32942f0

Browse files
committed
ci(release): fix conflicting features in release
runtime and static features were both enabled, causing build failures during release. Refs: #512
1 parent ad1c8a5 commit 32942f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.release-plz.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[workspace]
22
release_always = false
3-
publish_all_features = true
43
git_release_body = """
54
{{ changelog }}
65
{% if remote.contributors %}
@@ -11,6 +10,10 @@ git_release_body = """
1110
{% endif %}
1211
"""
1312

13+
[[package]]
14+
name = "ext-php-rs"
15+
publish_features = ["enum", "runtime", "closure", "embed", "anyhow"]
16+
1417
[changelog]
1518
header = "# Changelog"
1619
body = """

0 commit comments

Comments
 (0)