prepare-release.sh
script uses standard-version
which is now deprecated
#366
Labels
playwright
playwright integration
selenium
Selenium integration
TYPE: tech-debt
Ticket is to make previous decisions more sustainable
web-apis
We use standard-version in
prepare-release.sh
to version our packages, unfortunately it's now deprecated.We should look into Lerna for versioning and changelog generation. We can create a
lerna.json
that will contain:We can then use the
lerna version
command used in axe-core-npm to version and generate changelogsThe text was updated successfully, but these errors were encountered: