mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
* Add changelog parser * Add changelog stringer * Fix empty lines * Better error message * Remove getters * Remove extra white space * Style fix * Add test * Add update/release/fix commands * Update PULL_REQUEST_TEMPLATE.md * Update tests
15 lines
392 B
Markdown
15 lines
392 B
Markdown
| Q | A
|
|
| ------------- | ---
|
|
| Bug fix? | Yes or No
|
|
| New feature? | Yes or No
|
|
| BC breaks? | Yes or No
|
|
| Deprecations? | Yes or No
|
|
| Fixed tickets | N/A or xx
|
|
|
|
> Do not forget to add notes about your changes to [CHANGELOG.md](https://github.com/deployphp/deployer/blob/master/CHANGELOG.md)
|
|
>
|
|
> Easiest way to do it, by running next command:
|
|
>
|
|
> php bin/changelog
|
|
>
|