This is the podcast publishing plugin for WordPress.
- Getting Started & Documentation
- Latest stable version: in WordPress plugin directory
- Podlove Project & Blog
- Got questions? Need help? Use GitHub Issues
- Developer Kanban board: Trello
Code dependencies are managed via Composer. So you need to clone the repository and then fetch the dependencies via Composer.
git clone --recursive git@github.com:<your-name-here>/podlove-publisher.git
cd podlove-publisher
curl -sS https://getcomposer.org/installer | php
php composer.phar --dev install
- Ensure that the changelog in
readme.txt
has an entry for the current version. - Merge the release-branch into
master
. - Increase version number in
podlove.php
. - Run
ruby ./bin/wprelease.rb
, which deploys the plugin to the WordPress SVN repository. It also creates tags in both SVN and git for the current version. - Post changelog to Github Releases.
- Remove/cleanup published feature branches.
- Create and publish a new release branch.