Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed the reference of GitHub, thanks so much Mathieu Lirzin for your comment.

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
languageyml
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

...