|
| 1 | +## [0.10.0](https://github.com/adhocore/please/releases/tag/0.10.0) (2019-09-27) |
| 2 | + |
| 3 | +### Features |
| 4 | +- Read events from please.json (can still be overridden by params) (Jitendra Adhikari) [_cfecd24_](https://github.com/adhocore/please/commit/cfecd24) |
| 5 | +- Support registering events and trigger them during lifecycle (Jitendra Adhikari) [_455d5dc_](https://github.com/adhocore/please/commit/455d5dc) |
| 6 | +- Add version command, bump version on --update (Jitendra Adhikari) [_f0017e9_](https://github.com/adhocore/please/commit/f0017e9) |
| 7 | +- Support -o|--organize option to control changelog (Jitendra Adhikari) [_5ed9b2a_](https://github.com/adhocore/please/commit/5ed9b2a) |
| 8 | +- Organize commits by type (Jitendra Adhikari) [_9930cc9_](https://github.com/adhocore/please/commit/9930cc9) |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | +- Line exit, trigger, mktemp (Jitendra Adhikari) [_0bfea0b_](https://github.com/adhocore/please/commit/0bfea0b) |
| 12 | +- Help shows examples too (Jitendra Adhikari) [_4da8c99_](https://github.com/adhocore/please/commit/4da8c99) |
| 13 | +- Update version of please in the repo instead of running binary (Jitendra Adhikari) [_546ad3c_](https://github.com/adhocore/please/commit/546ad3c) |
| 14 | +- No need to bump version on update anymore (Jitendra Adhikari) [_61cefee_](https://github.com/adhocore/please/commit/61cefee) |
| 15 | +- Make sure ./please is staged before push (Jitendra Adhikari) [_648f1cc_](https://github.com/adhocore/please/commit/648f1cc) |
| 16 | +- Event trigger eval (Jitendra Adhikari) [_6af05ba_](https://github.com/adhocore/please/commit/6af05ba) |
| 17 | +- Version and before-push (Jitendra Adhikari) [_976f59b_](https://github.com/adhocore/please/commit/976f59b) |
| 18 | +- Trim leading -- from event name (Jitendra Adhikari) [_7febd62_](https://github.com/adhocore/please/commit/7febd62) |
| 19 | +- Info => echo (Jitendra Adhikari) [_f08d676_](https://github.com/adhocore/please/commit/f08d676) |
| 20 | +- Use RANGE instead of DIFF (Jitendra Adhikari) [_64cca54_](https://github.com/adhocore/please/commit/64cca54) |
| 21 | +- Push to deploy branch (Jitendra Adhikari) [_a736397_](https://github.com/adhocore/please/commit/a736397) |
| 22 | +- Support https origin url (Jitendra Adhikari) [_1ab96c9_](https://github.com/adhocore/please/commit/1ab96c9) |
| 23 | +- Change release header to [version] (date) (Jitendra Adhikari) [_eb317c3_](https://github.com/adhocore/please/commit/eb317c3) |
| 24 | +- Check git repo after parsing args (Jitendra Adhikari) [_1eea5a7_](https://github.com/adhocore/please/commit/1eea5a7) |
| 25 | + |
| 26 | +### Internal Refactors |
| 27 | +- Shorten and simplify sctipt (Jitendra Adhikari) [_bb5085a_](https://github.com/adhocore/please/commit/bb5085a) |
| 28 | +- Change release type to chore (Jitendra Adhikari) [_15fec74_](https://github.com/adhocore/please/commit/15fec74) |
| 29 | +- Update and reorder default types to organize (Jitendra Adhikari) [_cbe6103_](https://github.com/adhocore/please/commit/cbe6103) |
| 30 | +- Dont use curly brace when not needed (Jitendra Adhikari) [_c56530b_](https://github.com/adhocore/please/commit/c56530b) |
| 31 | +- Update usage info, rename --before-github to --before-vcs (Jitendra Adhikari) [_8c0646b_](https://github.com/adhocore/please/commit/8c0646b) |
| 32 | +- Remove UTC in changelog, use direct curl to release, relocate bump info (Jitendra Adhikari) [_329c50a_](https://github.com/adhocore/please/commit/329c50a) |
| 33 | +- Prepare travis support, skip update if current branch is deploy branch (Jitendra Adhikari) [_4f7e300_](https://github.com/adhocore/please/commit/4f7e300) |
| 34 | +- Place commit hash at last (Jitendra Adhikari) [_9ea2eb0_](https://github.com/adhocore/please/commit/9ea2eb0) |
| 35 | + |
| 36 | +### Miscellaneous |
| 37 | +- Create FUNDING.yml (Jitendra Adhikari) [_16f081e_](https://github.com/adhocore/please/commit/16f081e) |
| 38 | +- Remove -i suffix for sed (Jitendra Adhikari) [_14da289_](https://github.com/adhocore/please/commit/14da289) |
| 39 | +- Add/support before-phar event (Jitendra Adhikari) [_6cce738_](https://github.com/adhocore/please/commit/6cce738) |
| 40 | +- Cleanup and minify code (Jitendra Adhikari) [_ac3f091_](https://github.com/adhocore/please/commit/ac3f091) |
| 41 | +- Update release commit (Jitendra Adhikari) [_ca9275b_](https://github.com/adhocore/please/commit/ca9275b) |
| 42 | +- Add please.json (Jitendra Adhikari) [_3447186_](https://github.com/adhocore/please/commit/3447186) |
| 43 | + |
| 44 | +### Documentations |
| 45 | +- Add info about before-phar (Jitendra Adhikari) [_e5296a5_](https://github.com/adhocore/please/commit/e5296a5) |
| 46 | +- Update usage info, add events section (Jitendra Adhikari) [_4b630a4_](https://github.com/adhocore/please/commit/4b630a4) |
| 47 | +- Update --help output (Jitendra Adhikari) [_a20c4c3_](https://github.com/adhocore/please/commit/a20c4c3) |
| 48 | +- Include --organize option (Jitendra Adhikari) [_1b9a12a_](https://github.com/adhocore/please/commit/1b9a12a) |
| 49 | +- Update changelog sample (Jitendra Adhikari) [_e4b596d_](https://github.com/adhocore/please/commit/e4b596d) |
| 50 | + |
| 51 | +### |
| 52 | +- **Travis**: Lint the commits (Jitendra Adhikari) [_0cd0076_](https://github.com/adhocore/please/commit/0cd0076) |
| 53 | +- **Travis**: Reorder script (Jitendra Adhikari) [_9e12950_](https://github.com/adhocore/please/commit/9e12950) |
| 54 | +- Add travis (Jitendra Adhikari) [_5de31da_](https://github.com/adhocore/please/commit/5de31da) |
| 55 | + |
| 56 | + |
1 | 57 | ## [0.9.5](https://github.com/adhocore/please/releases/tag/0.9.5) (2019-09-23) |
2 | 58 |
|
3 | 59 | ### Bug Fixes |
|
0 commit comments