Test publishing pipeline

This commit is contained in:
amir houieh 2022-08-03 10:40:09 +02:00 committed by GitHub
parent 2fc6ede213
commit b5f28cfdb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,3 +46,4 @@ yarn check
2. Proceed with changes, push to `origin` and open a Pull Request against `develop`,
3. Once approved, merge pull request, check changes on [dev.waku.org](https://dev.waku.org),
4. Once ready to promote to live website, rebase master on develop: `git checkout master; git pull master; git rebase origin/develop; git push`.