Docs for Health Letter Generator (Preview)
Letter generator for the Docs for Health website
by Eric Bai · github.com/docsforhealth/dfh-wordpress-letter-generator-plugin · website
★ 0stars
7release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/docsforhealth/dfh-wordpress-letter-generator-plugin/releases/download/0.0.2/dfh-wordpress-letter-generator-plugin-0.0.2.zipDeclares an update source (https://github.com/docsforhealth/dfh-wordpress-letter-generator-plugin), so updates arrive through the plugin's own updater.
From the readme
Docs for Health WordPress Letter Generator Plugin
Requires the Docs for Health WordPress Plugin
Commands
- Initial installation
+ Set up the base styles submodule mounted at src/scss/base with git submodule update --init --recursive
+ Install package.json dependencies with yarn install
- During development: yarn start
Deploying
1. Update the Version field in the masthead of dfh-wordpress-letter-generator-plugin.php to your desired release version
2. For completeness, also update the version field in package.json to the same version you entered in the prior step
3. Commit changes with git commit -am
4. Create an annotated tag to mark the release with git tag -a -m . By convention, the tag version is the same as the release version specified earlier. Note that we use annotated tags instead of lightweight tags as these are intended for release.
5. Push new commit to remote origin with git push
6. Push new tag to remote origin with git push --tags. Travis CI will detect the new tag and launch into the build and release process as specified in .travis.yml
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 0.0.2 | May 24, 2022 | dfh-wordpress-letter-generator-plugin-0.0.2.zip | 7 |