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
Copy file name to clipboardExpand all lines: internal_docs/releasing/releasing.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,11 @@ Before the release, the content designer needs to draft the release notes, based
6
6
7
7
2. Run `./scripts/prepare-release`.
8
8
9
-
3. When the script provides a Pull Request URL review itand approve when it's ready.
9
+
3. When the script provides a Pull Request URL review it, approve it and merge when it's ready.
10
10
11
-
4.Once the script has finished checkout the *main* branch and pull the latest changes.
11
+
4.Let the script finish, if it fails to release it should provide instructions, if not it's worth looking back at [an older copy of the release notes for manual releasing](https://github.com/alphagov/govuk-prototype-kit/blob/v13.5.0/internal_docs/releasing/releasing.md).
12
12
13
-
5. Sign in to npm (`npm login`), using the credentials for the govuk-prototype-kit npm user from Bitwarden.
14
-
15
-
6. Run `npm run clean-publish` and enter the one-time password when prompted.
16
-
17
-
7. Run `npm logout` to log out from npm.
18
-
19
-
8. Let the community know about the release
13
+
5. Let the community know about the release
20
14
21
15
Write a brief summary with highlights from the release then send it to the following slack channels:
22
16
@@ -27,4 +21,4 @@ Write a brief summary with highlights from the release then send it to the follo
27
21
28
22
Make sure to send a link to the 'create a new prototype' page rather than the GitHub release page: https://prototype-kit.service.gov.uk/docs/create-new-prototype.
29
23
30
-
9. On the sprint board, move everything that's been released from the Ready for release column to the Done column
24
+
6. On the sprint board, move everything that's been released from the Ready for release column to the Done column
0 commit comments