From 3a3c52c7a1ec7f588b33b5eedcada9ffdeb85e7a Mon Sep 17 00:00:00 2001 From: Hanna Laakso Date: Thu, 12 Apr 2018 13:44:34 +0100 Subject: [PATCH 1/2] Update publishing docs. --- docs/publishing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/publishing.md b/docs/publishing.md index 720678d8bf..4f665cf55a 100644 --- a/docs/publishing.md +++ b/docs/publishing.md @@ -31,7 +31,7 @@ This will: Note: If a previously unreleased component is found, then you will be prompted to make changes before continuing. -6. For each package specify a new version number, based on changelog updates (Step 3.). +6. For each package select `Custom` and specify a new version number, based on changelog updates (Step 3.). ![Select version in Lerna](./img/lerna-select-version.png) 7. Review proposed version number updates. @@ -87,7 +87,8 @@ npm access grant read-only govuk-frontend:test @govuk-frontend/[component-name] ```bash npm logout ``` +17. Move Trello cards from "Next Frontend release" column to "Done". -17. Add Trello cards to "This Sprint" column for +18. Add Trello cards to "This Sprint" column for - Update the GOV.UK Design System to use the latest release - Update the GOV.UK Prototype Kit to use the latest release From 2b3d1dc122fa7e376ada415d3d259162b81b2132 Mon Sep 17 00:00:00 2001 From: Hanna Laakso Date: Thu, 12 Apr 2018 13:45:43 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ec0c753d..984c02c213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Note: We're not following semantic versioning yet, we are going to talk about this soon. +## Unreleased + +Internal +- Update publishing docs (PR [#651](https://github.com/alphagov/govuk-frontend/pull/651)) + ## 0.0.27-alpha (Breaking release) Breaking changes: