alinpahontu2912 / skills-release-based-workflow

My clone repository

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 7: Create release v1.0.1

One last step to go!

A final release

You updated the source code, but users can't readily access your most recent changes. Prepare a new release, and distribute that release to the necessary channels.

Create release v1.0.1

With descriptive pull requests and auto generated release notes, you don't have to spend a lot of time working on your release draft. Follow the steps below to create your new release, generate the release notes, and publish.

⌨️ Activity: Complete release

  1. In a separate tab, go to to the Releases page for this repository.
    • Tip: To reach this page, click the Code tab at the top of your repository. Then, find the navigation bar below the repository description, and click the Releases heading link.
  2. Click the Draft a new release button.
  3. Set the Target branch to main.
    • Tip: Practice your semantic version syntax. What should the tag and title for this release be?
  4. To the top right of the description text box, click Generate release notes.
  5. Review the release notes in the text box and customize the content if desired.
  6. Click Publish release.
  7. 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

My clone repository

License:MIT License


Languages

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