Skip to content

Commit 0b42001

Browse files
Add smoke testing procedure to publishing doc (#448)
<!-- Thanks for contributing to WordPress Playground! --> ## What? Adds a couple of smoke testing procedures to the publishing doc. ## Why? It's helpful to perform these smoke tests after you publish a new release.
1 parent 756f9e3 commit 0b42001

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/docs/site/docs/13-contributing/05-publishing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ npm login # this is required only once and it will store the credentials in ~/.
3131
npm run release
3232
```
3333

34+
### After publishing
35+
36+
To verify the publishing process went correctly:
37+
38+
1. Please verify https://translate.wordpress.org/projects/wp-plugins/contact-form-7/dev/de/default/playground/ loads as expected. If it doesn't load, something broke.
39+
2. Please run `npm install -g @wp-now/wp-now`. Verify you have the latest version with `wp-now --version`. Try `wp-now start` in a couple of modes to make sure everything is loaded as expected.
40+
3441
### When publishing packages goes wrong
3542

3643
Internet connections drop, APIs stop responding, and GitHub rules are nasty. Stuff happens. If the publishing process fails, you may need to bump the version again and force a publish. To do so, execute the following command:

0 commit comments

Comments
 (0)