Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 534 Bytes

README.rwx.md

File metadata and controls

29 lines (19 loc) · 534 Bytes

Releasing

Cloning

Be sure to clone the repo as jest. Upstream's tests do not mesh well with a non-jest directory name.

Bump version

Update the root version in abq.json:

{
  "version": "29.4.100",
  "packages": [ ... ]
}

Commit the version change in a branch and apply via pull request.

Publish packages

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.