Be sure to clone the repo as jest
. Upstream's tests do not mesh well with a non-jest
directory name.
Update the root version
in abq.json
:
{
"version": "29.4.100",
"packages": [ ... ]
}
Commit the version change in a branch and apply via pull request.
After merging a PR with a version change, checkout main
and tag:
git tag v29.4.100
git push --tags
The abq-release
GitHub Actions workflow will build and publish to NPM.