Skip to content

Commit

Permalink
add release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Dec 19, 2024
1 parent c0457cc commit a62babc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/RELEASE.md
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

0 comments on commit a62babc

Please sign in to comment.