Skip to content

Commit e3338ef

Browse files
committed
give release-pr all the changelog/commiting funtime
1 parent e641966 commit e3338ef

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/rust-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,8 @@ jobs:
5454
git config user.name "github-actions[bot]"
5555
git config user.email "github-actions[bot]@users.noreply.github.com"
5656
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-
6457
# Run release-plz to create/update the release PR
58+
# It will automatically generate changelog and update Cargo.toml versions
6559
release-plz release-pr --git-token "$GITHUB_TOKEN"
6660
- name: Summary
6761
if: always()

0 commit comments

Comments
 (0)