Description
A new post (or a custom post type is that option is selected) will be created every time a release is made on GitHub. You can display the release post with your other posts or use the shortcode to generate changelogs or links to the latest release.
FAQ
- Installation Instructions
-
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
Setup:
- Open plugin settings (Settings > GitHub release listener)
- Go to your project settings on GitHub
- Select Webhooks > Add webhook
- Copy payload URL from the plugin settings to GitHub
- Select ‘application/json’ as content type
- Create a passcode (a random string) and copy it to ‘Secret’ field on both plugin settings and GitHub
- Choose ‘Let me select individual events’ as triggers
- Tick ‘Release’ and untick everything else
- Save your plugin settings
- Click ‘Add webhook’ on GitHub
- Upload the plugin files to the
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Release listener for GitHub” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Release listener for GitHub” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Changed the array syntaxt to support old PHP versions.
