Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare-release.sh script uses standard-version which is now deprecated #366

Open
Zidious opened this issue Oct 3, 2023 · 0 comments
Open
Labels
playwright playwright integration selenium Selenium integration TYPE: tech-debt Ticket is to make previous decisions more sustainable web-apis

Comments

@Zidious
Copy link
Contributor

Zidious commented Oct 3, 2023

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:

{
  "version": "4.7.0",
  "packages": ["selenium", "playwright"]
}

We can then use the lerna version command used in axe-core-npm to version and generate changelogs

@Zidious Zidious added playwright playwright integration selenium Selenium integration TYPE: tech-debt Ticket is to make previous decisions more sustainable labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
playwright playwright integration selenium Selenium integration TYPE: tech-debt Ticket is to make previous decisions more sustainable web-apis
Projects
None yet
Development

No branches or pull requests

2 participants