https://github.com/doneee/skills-release-based-workflow
My clone repository
https://github.com/doneee/skills-release-based-workflow
Last synced: about 1 year ago
JSON representation
My clone repository
- Host: GitHub
- URL: https://github.com/doneee/skills-release-based-workflow
- Owner: doneee
- License: mit
- Created: 2025-01-08T20:57:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T16:54:21.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:51:15.232Z (about 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
### :keyboard: 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._
1. Click the **Draft a new release** button.
1. Set the _Target_ branch to `main`.
- _Tip: Practice your semantic version syntax. What should the tag and title for this release be?_
1. To the top right of the description text box, click **Generate release notes**.
1. Review the release notes in the text box and customize the content if desired.
1. Click **Publish release**.
1. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/release-based-workflow) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)