Skip to content

Commit 8384e44

Browse files
github-actions[bot]actions-userjoshstevens19
authored
Release v0.21.1 (#263)
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Josh Stevens <[email protected]>
1 parent 3a77668 commit 8384e44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
git config --local user.email "[email protected]"
404404
git config --local user.name "GitHub Action"
405405
git add cli/Cargo.toml core/Cargo.toml documentation/docs/pages/docs/changelog.mdx
406-
git commit -m "chore: bump version to ${{ env.VERSION_NAME }} and update changelog"
406+
git commit -m "Release v${{ env.VERSION_NAME }}"
407407
git push origin release/${{ env.VERSION_NAME }}
408408
409409
- name: Check if PR already exists

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)