From 10d800904345de70340de43ed53151f2ffc8bc91 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 17 Mar 2021 10:21:42 +0100 Subject: [PATCH] chore: update publishing guide again (#101) --- PUBLISH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PUBLISH.md b/PUBLISH.md index 315a16a5..b61f2fab 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -8,6 +8,7 @@ On `master`: 1. bump versions in `package.json` of all packages 1. bump `postcss-preset-infima` version in `core` package `devDependencies` 1. bump `infima` version in `postcss-preset-infima` package `peerDependencies` +1. `yarn install` (to update lock after versions bump) 1. `git commit -a -m "release: v0.2.0-alpha.xx"` 1. `git tag -a "v0.2.0-alpha.xx" -m "release: v0.2.0-alpha.xx"` 1. `yarn workspace infima publish`