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

Release 0.10.13 #3396

Closed
13 tasks done
digikata opened this issue Jul 14, 2023 · 0 comments
Closed
13 tasks done

Release 0.10.13 #3396

digikata opened this issue Jul 14, 2023 · 0 comments
Assignees

Comments

@digikata
Copy link
Contributor

digikata commented Jul 14, 2023

Release Checklist

The following checklist covers all the steps for running release.

For more detail, refer to RELEASE.md

  • Create a new issue with this checklist template
  • Review all the Getting Started and API docs. Verify if they are up to date or will need updates
  • Inform team that release is about to begin
  • Ensure no merges are in flight
  • Create a PR for release
    • Update VERSION and CHANGELOG.md files (do not place a \n in the VERSION file, it breaks the CI)
    • Update CHANGELOG with replacement of the UNRELEASED date
    • Update dependency in connector template
    • Merge the PR
  • Run the Release workflow in Github Actions (Retry at least once if failure)

If you are doing a prelease stop here before publishing crates. Only run publish crates for the finalized release.

Generating Release notes

To get a starting point for generating release notes. A git ref, or last release tag can also be used.

git cliff 673e60c0..HEAD > changes.md

# or use the previous release tag
git cliff v0.10.6..HEAD > changes.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant