vinayakngiri / release-based-workflow

https://lab.github.com/githubtraining/create-a-release-based-workflow
MIT License
0 stars 0 forks source link

Create a release pull request #6

Open github-learning-lab[bot] opened 3 years ago

github-learning-lab[bot] commented 3 years ago

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 the master branch.

:keyboard: Activity: Open a pull request

  1. Open a new pull request with base: master and compare: release-v1.0.
  2. Ensure the title of your pull request is Release v1.0
  3. Include a detailed pull request body.

I'll respond in your new pull request with next steps.

vinayakngiri commented 3 years ago

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

vinayakngiri commented 3 years ago

done