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.11.1 #892

Merged
merged 3 commits into from
Dec 21, 2023
Merged

Release 0.11.1 #892

merged 3 commits into from
Dec 21, 2023

Conversation

Lorak-mmk
Copy link
Collaborator

This is an emergency release to address #891
The steps I'll perform after this is approved:

  • git checkout branch-0.11.x
  • git tag -a v0.11.1
  • git push origin v0.11.1
  • git checkout main
  • git merge --ff-only branch-0.11.x
  • git push origin main
  • Check that documentation was built and published successfully
  • Create a github release explaining the purpose of the release
  • cargo publish -p scylla-macros
  • cargo publish -p scylla-cql
  • cargo publish -p scylla
  • yank scylla-macros 0.2.2
  • yank scylla-cql 0.0.10
  • yank scylla 0.11.0

After that I'll bump scylla-macros version on branch-0.10.x (will do a PR with this), and publish only scylla-macros crate

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

@Lorak-mmk Lorak-mmk marked this pull request as draft December 21, 2023 14:02
Copy link
Collaborator

@piodul piodul left a comment

Choose a reason for hiding this comment

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

One comment about the steps: please do cargo publish first and only then do a GitHub release - just in case something goes wrong during cargo publish.

Otherwise, LGTM.

@Lorak-mmk Lorak-mmk merged commit 4a4fd0e into main Dec 21, 2023
17 checks passed
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.

2 participants