Release 2.0.11
This commit is contained in:
parent
524401d897
commit
7a6aa684c2
11
README.md
11
README.md
|
@ -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`.
|
||||
|
|
BIN
bin/md2resume
BIN
bin/md2resume
Binary file not shown.
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue