-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Release branches are long lived, and we opened a pull request for another feature change. This will give our release a more detailed history. We changed the default text to green instead of white. Several changes might be included in release branches. This is a common practice, and allows you to continue to ship code quickly without blockers. Head over to the next pull request for your next steps. |
More features for the next release
Automating releasesNow that our release branch is ready to be merged, we have two more steps to take. First, let's make sure that we're set up to document the version changes for the users. Step 8: Install and configure a GitHub appWe'll be using the Release Drafter GitHub app to draft our release notes as pull requests are merged. The Release Drafter updates releases, so it requires write access to this repository. When you install the app, you don't need to add it to your entire GitHub account. Only install it on this repository. Release Drafter doesn't work just out of the box. If you use this in the future, you'll need to add ⌨️ Activity: Install the Release Drafter GitHub app
Note: For privacy reasons, we can't see what other apps have access to this repository, so we'll take your word for it. I'll respond in your new pull request.
|
Add release drafter file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step 10: Merge the release branch
Because the master branch is protected, this pull request couldn't be merged until it received an approval. I've gone ahead and approved this one for you. It looks great!
It's generally a good idea to make sure that branches, especially long-lived ones like release branches, have the approval of your peers. Go ahead and merge before we move onto our next steps.
⌨️ Activity: Merge into master
- Click Merge pull request.
Note: Usually, you delete a branch after merging. The release branch is protected, so it cannot be deleted.
Merge, then look for my response below.
Thanks for the merge. Notice that I didn't delete the branch? That's intentional. Sometimes mistakes can happen with releases, and we'll want to be able to correct them on the same branch. Before we worry about any of that, let's finalize our first release! Look for instructions in this issue. |
Ready for main.