Skip to content

Commit

Permalink
[#113616255] document how publishing works
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Keks, Dmitri Ess committed Feb 12, 2016
1 parent a729c74 commit 93eb3ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ Install the following plugins:
* Karma

Run configurations are also provided for running of unit tests.

### Publishing new versions to WordPress Plugin Directory

This plugin is published to [WordPress Plugin Directory](https://wordpress.org/plugins/redpen/), which hosts plugins in [Subversion repository](https://plugins.svn.wordpress.org/redpen/).

[Travis](https://travis-ci.org/redpen-cc/redpen-wordpress-plugin) build is configured to try to publish the code to Subversion on every successful build.

It will do so only if Version tag has changed in *redpen.php* file.

To publish manually, you can use `publish.sh`.

0 comments on commit 93eb3ae

Please sign in to comment.