Skip to content

Commit

Permalink
ci: try to trigger release.yml from release-plz.yml
Browse files Browse the repository at this point in the history
and let dist/release.yml to create the github's release (title + body + assets)
  • Loading branch information
davidB committed Dec 12, 2024
1 parent 438b996 commit f944772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down
1 change: 1 addition & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
features_always_increment_minor = true
git_tag_name = "{{version}}"
git_release_enable = false # the release is build by the (cargo-)dist from tag

[changelog]
protect_breaking_commits = true
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
# `mise` set the env var RUSTUP_TOOLCHAIN and in docker use the provided toolchain => no channel set
# channel = "1.83.0"
components = ["rustfmt", "clippy"]
components = ["rustc", "cargo", "rust-std", "clippy", "rustfmt"]
profile = "minimal"

0 comments on commit f944772

Please sign in to comment.