mpotane / skills-release-based-workflow

Microsoft dev challenge #11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a release based workflow

Create a release based workflow that is built on the foundations of the GitHub flow.

Step 3: Open a release pull request

Nice work adding a new feature 😄

Release branches and main

You should open a pull request between your release branch and main as early as possible. It might be open for a long time, and that's okay.

In general, the pull request description can include:

  • A reference to an issue that the pull request addresses.
  • A description of the changes proposed in the pull request.
  • @mentions of the person or team responsible for reviewing proposed changes.

To expedite the creation of this pull request, I've added a pull request template to the repository. 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.

⌨️ Activity: Open a release pull request

Let's make a new pull request comparing the release-v1.0 branch to the main branch.

  1. Open a new pull request with base: main and compare: release-v1.0.
  2. Ensure the title of your pull request is "Release v1.0".
  3. Include a detailed pull request body, an example is below:
    ## Description:
    - Changed page background color to black.
    - Changed game text color to green.
    
  4. Click Create pull request.
  5. Wait about 20 seconds then refresh this page (the one you're following instructions from). GitHub Actions will automatically update to the next step.

Get help: Post in our discussion boardReview the GitHub status page

© 2023 GitHub • Code of ConductMIT License

About

Microsoft dev challenge #11

License:MIT License


Languages

Language:JavaScript 90.8%Language:CSS 5.7%Language:HTML 3.5%