Release 2.0.11

This commit is contained in:
Craig Davis 2015-03-19 07:02:21 -06:00
parent 524401d897
commit 7a6aa684c2
4 changed files with 12 additions and 3 deletions

View File

@ -25,7 +25,7 @@ at the [blog post for the project][blog].
## Help
```
Markdown Resume Generator version 2.0.9 by Craig Davis
Markdown Resume Generator version 2.0.10 by Craig Davis
Usage:
[options] command [arguments]
@ -88,6 +88,15 @@ commands, you'll need to first install the dependencies:
* `composer install`
After that, you can run the `md2resume_dev.php` file from the command line.
## Building a Release
1. Tag the repo with the new build number. This will be picked up for both
the `version` file used by the self update command and placed into the
phar file.
2. Run `pake build`.
3. Push both the tag and the code.
Check out the pake tooling for more information about the build. Pake will be
installed to `./vendor/bin/pake`. So for instance a complete phar file build
looks like `./vendor/bin/pake build`.

Binary file not shown.

View File

@ -8,7 +8,7 @@
"html5"
],
"license": "MIT",
"version": "2.0.9",
"version": "2.0.10",
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
"authors": [

View File

@ -1 +1 @@
2.0.9
2.0.10