Skip to content

Commit

Permalink
chore: update release-plz.toml configuration file
Browse files Browse the repository at this point in the history
- Only create release PR for features, bug fixes, documentation updates,
  build and dependencies changes, and performance improvements.
- Only create GitHub releases for ironrdp and ironrdp-client crates.
- Enable the rustls feature flag when publishing ironrdp-tls, otherwise
  the compilation will errors out.
  • Loading branch information
CBenoit committed Dec 14, 2024
1 parent 97ef9f0 commit 64e5cc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ semver_check = true
pr_branch_prefix = "release-plz/"
pr_name = "chore(release): prepare for publishing"
changelog_config = "cliff.toml"
git_release_enable = false
release_commits = "^(feat|docs|fix|build|perf)"

[[package]]
name = "ironrdp"
git_release_enable = true

[[package]]
name = "ironrdp-client"
git_release_enable = true

[[package]]
name = "ironrdp-tls"
publish_features = ["rustls"]

0 comments on commit 64e5cc8

Please sign in to comment.