Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 573 Bytes

PUBLISH.md

File metadata and controls

16 lines (14 loc) · 573 Bytes

Publish process

On master:

  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
  7. yarn install (to update lock after versions bump)
  8. git commit -a -m "release: v0.2.0-alpha.xx"
  9. git tag -a "v0.2.0-alpha.xx" -m "release: v0.2.0-alpha.xx"
  10. yarn workspace infima publish
  11. yarn workspace postcss-preset-infima publish
  12. git push && git push --tags