You should open a pull request between your release branch and master as early as possible. It might be open for a long time, and that's okay. The pull request corresponds to the work in the project board.
The pull request description should:
Include a brief description of the pull request
Include a task list of expected features
Propose a ship date
To expedite the creation of this pull request, I've added a pull request template to the repository. Now when you create a pull request, default text will automatically be displayed, this should help you identify and fill out all the necessary information. If you don't want to use the template content, just remove the text from the pull request and repace it with your pull request message.
Step 6: Open a release pull request
Let's make a new pull request comparing the release branch to the master branch.
:keyboard: Activity: Open a pull request
Open a new pull request with base: master and compare: release-v1.0.
Ensure the title of your pull request is Release v1.0
Include a detailed pull request body.
I'll respond in your new pull request with next steps.
githubteacher added 3 commits on Nov 6, 2018
@githubteacher
Add release drafter file
96c173e
@githubteacher
Remove extra spaces
e20850c
@githubteacher
Change text colors to green
b6fd91d
Release branches and
master
You should open a pull request between your release branch and master as early as possible. It might be open for a long time, and that's okay. The pull request corresponds to the work in the project board.
The pull request description should:
To expedite the creation of this pull request, I've added a pull request template to the repository. Now when you create a pull request, default text will automatically be displayed, this should help you identify and fill out all the necessary information. If you don't want to use the template content, just remove the text from the pull request and repace it with your pull request message.
Step 6: Open a release pull request
Let's make a new pull request comparing the
release
branch to themaster
branch.:keyboard: Activity: Open a pull request
base: master
andcompare: release-v1.0
.I'll respond in your new pull request with next steps.