-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'google/master' into patch-1
- Loading branch information
Showing
8 changed files
with
52 additions
and
50 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ just a few small guidelines you need to follow. | |
To start, clone this repository into any WordPress install being used for development: | ||
|
||
```bash | ||
git clone [email protected]:xwp/pwa-wp.git wp-content/plugins/pwa | ||
git clone [email protected]:GoogleChromeLabs/pwa-wp.git wp-content/plugins/pwa | ||
cd wp-content/plugins/pwa | ||
npm install | ||
``` | ||
|
@@ -61,7 +61,7 @@ Contributors who want to make a new release, follow these steps: | |
2. Bump plugin versions in `pwa.php` (×2: the metadata block in the header and also the `PWA_VERSION` constant), and the `Stable tag` in `readme.txt`. | ||
3. Add changelog entry to readme. | ||
4. Draft blog post about the new release, presumably on Make/Core. | ||
5. [Draft new release](https://github.com/xwp/pwa-wp/releases/new) on GitHub targeting the release branch, with the new plugin version as the tag and release title. Attaching the `pwa.zip` build to the release. Include link to changelog in release tag. | ||
5. [Draft new release](https://github.com/GoogleChromeLabs/pwa-wp/releases/new) on GitHub targeting the release branch, with the new plugin version as the tag and release title. Attaching the `pwa.zip` build to the release. Include link to changelog in release tag. | ||
6. Run `npm run deploy` to to commit the plugin to WordPress.org. | ||
7. Confirm the release is available on WordPress.org; try installing it on a WordPress install and confirm it works. | ||
8. Publish GitHub release. | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.