This repository was archived by the owner on Jun 3, 2021. It is now read-only.
[devtool] Added beta-signoff.sh to automate the beta release process. #1432
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The script beta-signoff.sh is used when you are ready to publish the
beta release out of the temporary beta branch created from
beta-branchoff.sh. It merges beta changes to 'beta' branch and publishes
a beta release using 'hub' command onto Github, a release tag will also
be tagged. The commits on temporary beta release branch will also be
rebased back to master branch after the release, you may also need to
resolve the merge / rebase conflicts if possible during the process.
Issue: #1431