You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
For more information about suggest changes, check out this [GitHub Help](https://help.github.com/articles/incorporating-feedback-in-your-pull-request) article.
292
346
position: 5
293
347
- type: respond
@@ -298,14 +352,14 @@ steps:
298
352
- type: closeIssue
299
353
issue: Finalize the release
300
354
301
-
302
-
#11 - User resolves the bug, then approves the pull request and it is merged into master
355
+
#12 - User resolves the bug, then approves the pull request and it is merged into master
303
356
- title: Submit a hotfix
304
357
description: Resolve the bug, then merge the fix into the master branch
305
358
event: pull_request_review.submitted
306
-
link: '{{ repoUrl }}/pull/9'
359
+
link: '{{ repoUrl }}/pull/10'
307
360
actions:
308
361
- type: mergePullRequest
362
+
# TODO: request a review from the learner
309
363
- type: createPullRequest
310
364
title: Backport the hotfix
311
365
body: 13.2_backport.md
@@ -317,11 +371,11 @@ steps:
317
371
data:
318
372
url: '%actions.backportPR.data.html_url%'
319
373
320
-
#12 - Hotfix is reverse merged into the release branch
374
+
#13 - Hotfix is reverse merged into the release branch
321
375
- title: Backport the hotfix
322
376
description: Apply the patch commits to the release branch
323
377
event: pull_request_review.submitted
324
-
link: '{{ repoUrl }}/pull/10'
378
+
link: '{{ repoUrl }}/pull/11'
325
379
actions:
326
380
- type: mergePullRequest
327
381
- type: createIssue
@@ -335,11 +389,11 @@ steps:
335
389
data:
336
390
url: '%actions.patchIssue.data.html_url%'
337
391
338
-
#13 - Backport the hotfix into existing release
392
+
#14 - Backport the hotfix into existing release
339
393
- title: Release v1.0.1
340
394
description: Create a release based on the most recent commit on the release branch
Copy file name to clipboardExpand all lines: responses/08.2_github-app.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,16 @@ First, let's make sure that we're set up to document the version changes for the
8
8
9
9
We'll be using the Release Drafter GitHub app to draft our release notes as pull requests are merged.
10
10
11
-
The Release Drafter updates releases, so it requires write access to this repository. When you install the app, **don't add it to your entire GitHub account. Only install it on this repository.**[Release Drafter](https://github.com/apps/release-drafter) doesn't work just out of the box. If you use this in the future, you'll need to add `.github/release-drafter.yml` to your repository. (This is already done in this repository.)
11
+
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](https://github.com/apps/release-drafter) doesn't work just out of the box. If you use this in the future, you'll need to add `.github/release-drafter.yml` to your repository. We'll take care of adding this in a separate PR.
12
12
13
13
### :keyboard: Activity: Install the Release Drafter GitHub app
14
14
15
15
1. Install the <ahref="https://probot.github.io/apps/release-drafter/"target="_blank">Release Drafter GitHub app</a> to this repository **only**.
16
-
1. Create a new file in the `.github` folder named `release-drafter.yml` on this branch.
17
-
1. Add the following code to your new file:
18
-
19
-
```
20
-
template: |
21
-
## What's Changed
22
-
23
-
$CHANGES
24
-
```
16
+
1. Open a [new pull request]({{ prUrl }}) with `base: release-v1.0` and `compare: config-release-drafter`. This will add the configuration file for Release Drafter to this repository.
25
17
26
18
Note: For privacy reasons, we can't see what other apps have access to this repository, so we'll take your word for it.
27
19
28
20
<hr>
29
-
<h3align="center">After installing the app, assign yourself to this issue and look for my response below</h3>
21
+
<h3align="center">I'll respond in your new pull request.</h3>
30
22
31
23
> _Sometimes I respond too fast for the page to update! If you don't see a response from me, wait a few seconds and refresh the page for your next steps._
Thanks for applying that suggestion! Now that the bug has been fixed, **approve this pull request** and then navigate to [the next pull request]({{ url }}) for your next steps.
1
+
Congratulations on creating Release v1.0.0! Navigate to [the next pull request]({{ url }}) for your next steps.
0 commit comments