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

*: Prepare release candidate 0.10.0-rc.1 #340

Merged
merged 2 commits into from
Aug 26, 2020

Conversation

mxinden
Copy link
Contributor

@mxinden mxinden commented Aug 20, 2020

Following the basic release approach suggested in #305 (comment) to create a release candidate (0.10.0-rc.1).

Once this is merged I would:

  1. Create and push a git tag.

    tag="v$(sed -En 's/^version = \"(.*)\"$/\1/p' Cargo.toml)"
    git tag -s "${tag}" -m "${tag}"
    git push tikv --tags --dry-run
    git push tikv --tags
  2. Publish to crates.io.

    cargo clean
    git clean -fd
    cargo publish --dry-run
    cargo publish
    

I am still not against the more advanced release process for future releases suggested by @lucab in #305 (comment).

@mxinden mxinden requested review from lucab and breezewish August 20, 2020 15:52
Signed-off-by: Max Inden <mail@max-inden.de>
Signed-off-by: Max Inden <mail@max-inden.de>
@mxinden mxinden force-pushed the release-0.10.0-rc.1 branch from 87edb1e to 0461767 Compare August 24, 2020 06:58
@mxinden
Copy link
Contributor Author

mxinden commented Aug 24, 2020

Sorry for the force-push. I forgot to sign off my first commit.

@lucab would you mind taking another look?

@breeswish any objections?

@mxinden mxinden merged commit 849b108 into tikv:master Aug 26, 2020
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