mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
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
|
## Help
|
||||||
```
|
```
|
||||||
Markdown Resume Generator version 2.0.9 by Craig Davis
|
Markdown Resume Generator version 2.0.10 by Craig Davis
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
[options] command [arguments]
|
[options] command [arguments]
|
||||||
@ -88,6 +88,15 @@ commands, you'll need to first install the dependencies:
|
|||||||
* `composer install`
|
* `composer install`
|
||||||
|
|
||||||
After that, you can run the `md2resume_dev.php` file from the command line.
|
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
|
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
|
installed to `./vendor/bin/pake`. So for instance a complete phar file build
|
||||||
looks like `./vendor/bin/pake build`.
|
looks like `./vendor/bin/pake build`.
|
||||||
|
BIN
bin/md2resume
BIN
bin/md2resume
Binary file not shown.
@ -8,7 +8,7 @@
|
|||||||
"html5"
|
"html5"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.0.9",
|
"version": "2.0.10",
|
||||||
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
|
"selfupdatepath": "://github.com/there4/markdown-resume/raw/master/bin/md2resume",
|
||||||
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
|
"selfupdateversion": "://github.com/there4/markdown-resume/raw/master/version",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user