waterui-cli 0.4.0

Cross-platform tooling for WaterUI applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
pr_draft = false
pr_labels = ["release"]
git_release_name = "v{{ version }}"
# crates.io publishing happens in release.yml's tag-triggered `publish` job
# through OIDC trusted publishing; release-plz only computes versions,
# updates the changelog and pushes the tag.
publish = false
release_always = true
git_tag_enable = true
changelog_update = true

[[package]]
name = "waterui-cli"
git_release_name = "v{{ version }}"
git_tag_name = "v{{ version }}"