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

Update docs: Release management in Git/Github #5269

Merged
merged 3 commits into from Oct 6, 2020

Conversation

ewilz
Copy link
Contributor

@ewilz ewilz commented Oct 5, 2020

Description

Update Release Process docs with git management for comparing versioned contracts

Other changes

change variable name to reflect new tag-oriented approach. slight reformat of entire section to be more checklist oriented.

Tested

N/A

Related issues

Backwards compatibility

yes

@ewilz ewilz requested a review from nambrot October 5, 2020 15:00
@ewilz ewilz requested a review from timmoreton as a code owner October 5, 2020 15:00
1. A new release branch is created `release/celo-core-contracts/${N}` with the contracts to be audited.
2. The latest commit on the release branch is tagged with `celo-core-contracts-v${N}.pre-audit`.
3. On Github, a pre-release Github release should be created pointing at the latest tag on the release branch.
4. On master branch, `.circleci/config.yml` should be edited so that the variable `RELEASE_TAG` points to the tag `celo-core-contracts-v${N}.pre-audit` so that all future changes to master are versioned against the new release.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

new info


After a completed release process:
1. The release branch should be merged into `master` with a merge commit (instead of the usual squash merge strategy).
2. On master branch, `.circleci/config.yml` should be edited so that the variable `RELEASE_TAG` points to the tag `celo-core-contracts-v${N}.mainnet`
Copy link
Contributor Author

Choose a reason for hiding this comment

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

new info

Copy link
Contributor

@nambrot nambrot left a comment

Choose a reason for hiding this comment

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

🙏 This is amazing!

@nambrot nambrot mentioned this pull request Oct 5, 2020
60 tasks
@ewilz ewilz merged commit e75da2a into celo-org:master Oct 6, 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.

None yet

2 participants