We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e641966 commit e3338efCopy full SHA for e3338ef
.github/workflows/rust-release.yml
@@ -54,14 +54,8 @@ jobs:
54
git config user.name "github-actions[bot]"
55
git config user.email "github-actions[bot]@users.noreply.github.com"
56
57
- # Generate updated CHANGELOG.md before running release-plz
58
- git-cliff --config cliff.toml --tag-pattern "agents-v*" -o CHANGELOG.md
59
-
60
- # Stage CHANGELOG.md so release-plz includes it in the release PR
61
- git add CHANGELOG.md
62
- git commit -m "update changelog"
63
64
# Run release-plz to create/update the release PR
+ # It will automatically generate changelog and update Cargo.toml versions
65
release-plz release-pr --git-token "$GITHUB_TOKEN"
66
- name: Summary
67
if: always()
0 commit comments