Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update release guide #287

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xushiyan
Copy link
Member

@xushiyan xushiyan commented Feb 2, 2025

Description

How are the changes test-covered

  • N/A
  • Automated tests (unit and/or integration tests)
  • Manual tests
    • Details are described below

@@ -273,7 +284,11 @@ Once the CI completes, check crates.io and pypi.org for the new release artifact

Use `git cliff` to prepend the current release's change to `changelog.md` in the main branch.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git commit -am 'chore: update changelog for 0.3.0'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PREVIOUS_RELEASE_VER=

# for mac
git cliff release-$PREVIOUS_RELEASE_VER..HEAD | pbcopy

# for linux
git cliff release-$PREVIOUS_RELEASE_VER..HEAD | xclip

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add to milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant