Skip to content

Commit

Permalink
fixing faulty version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Aug 3, 2018
1 parent 5eee688 commit c6637ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,7 @@ Take a look at the issues for bugs that you might be able to help fix.

Once your pull request is merged it will be released in the next version.

If you are the maintainer of this code you will have to squash the commits to master from unstable as follows.

```shell
git checkout master
git rebase origin/master
git merge --squash unstable
git commit -m "version x.x.x"
git push -u origin master
git svn dcommit --username=radius314
git tag x.x.x
git push -u origin master --tags -f

git checkout unstable
git merge master
git push origin unstable
```
We are using https://github.com/GaryJones/wordpress-plugin-svn-deploy to deploy the plugin to SVN.

To get things going in your local environment.

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: meeting list, bmlt, narcotics anonymous, na
Requires at least: 4.0
Requires PHP: 5.6
Tested up to: 4.9.7
Stable tag: 1.4.1
Stable tag: 1.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A web-based tool that creates, maintains and generates a PDF meeting list from BMLT.
Expand Down

0 comments on commit c6637ca

Please sign in to comment.