DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Revert Pull Request
| Table of Contents |
|---|
Code Repository
...
- We should make sure the buildbots are enables on the commits for the above mentioned repository.
Revert workflow
We need to explore more around this, below are some initial findings.
Revert Pull Request
If the code is merged via pull request. It can be directly revert from GitHub UI.
...
Revert a commit
TODO: We need to explore this.
Backport the fixes
In SVN we have script to merge and commit the fixes from trunk to release branches.
...
| Code Block | ||
|---|---|---|
| ||
git checkout -b release19.06 git push origin release19.06 |
Cut the release branch using GitHub UI
Please follow the link below
...
Publish the release
Once the branch is ready to publish, we will cut a tag to the release branch. As per our example above we can cut a tag release19.06.01
...