-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Releasing Playwright-BDD | ||
|
||
Currently release is performed from the local machine. | ||
|
||
1. push `main` branch to GitHub and wait all checks to pass | ||
2. manually set new version in CHANGELOG.md, then run `git commit -am'changelog: bump xxx'` | ||
3. `npm run release` | ||
4. update playwright-bdd-example: `npm i -D playwright-bdd@latest` | ||
5. merge `main` branch to `docs` to update documentation website: | ||
- `git co docs && git pull && git merge main && git push && git co main` | ||
- check docs: https://vitalets.github.io/playwright-bdd/ | ||
6. close relevant issues on GitHub by Changelog |