Skip to content

Commit

Permalink
chore: update publishing guide again (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Mar 17, 2021
1 parent 801d727 commit 10d8009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 10d8009

Please sign in to comment.