Skip to content

Release

Chen Yu edited this page Dec 21, 2020 · 2 revisions
  1. Checkout an RC branch
git checkout -b rc/[***]
  1. Update version and changelog
lerna version prerelease --conventional-commits --exact --no-git-tag-version --no-push

Changelog will be updated automatically, feel free to embellish it.

  1. Propose a PR from the RC branch into the master branch.

  2. Draft a release note in Release

  3. Merge the PR proposed above and the GitHub action will start. Once (Upload Artifacts to Release)[https://github.com/nervosnetwork/keypering/actions?query=workflow%3A%22Upload+Artifacts+to+Release%22] finished, several assets should be appended into the release draft, then the Release is ready to publish, remember check This is a pre-release in the draft.

Clone this wiki locally