Skip to content

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 breezewish and lucab August 20, 2020 15:52
@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