On main (or a feature branch):
git pullyarn installyarn build- bump versions in
package.jsonof all packages - bump
postcss-preset-infimaversion incorepackagedevDependencies - bump
infimaversion inpostcss-preset-infimapackagepeerDependencies
Run:
yarn install # Useful to update the lockfile
git commit -a -m "release: v0.2.0-alpha.xx"
git tag -a "v0.2.0-alpha.xx" -m "release: v0.2.0-alpha.xx"
yarn workspace infima publish
yarn workspace postcss-preset-infima publish
git push && git push --tags