Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 608 Bytes

PUBLISH.md

File metadata and controls

23 lines (17 loc) · 608 Bytes

Publish process

On main (or a feature branch):

  1. git pull
  2. yarn install
  3. yarn build
  4. bump versions in package.json of all packages
  5. bump postcss-preset-infima version in core package devDependencies
  6. bump infima version in postcss-preset-infima package peerDependencies

Replace XXXXX and run:

yarn install # Useful to update the lockfile

git commit -a -m "release: v0.2.0-alpha.XXXXX"
git tag -a "v0.2.0-alpha.XXXXX" -m "release: v0.2.0-alpha.XXXXX"

yarn workspace infima publish
yarn workspace postcss-preset-infima publish
git push && git push --tags