[RELEASE] 1.1.0: Improvements and bugfixes
Notable changes
Improved handling of environment variables 3632472
You can now use $_ENV
, putenv()
to set your variables. It's also possible to place them directly in the command line.
Note: Setting a environment variable using $_ENV
will override variables set with putenv()
.
Fixed exit codes 774e005
Tailor now returns the correct exit code (0
on success and 1
on failure).
Note: Failure also includes errors form the remote API.
Examples for Github workflows and Gitlab pipelines b74e363 | df2154a
The Readme now features examples, how tailor can be integrated into your Github workflow respectively your GitLab pipeline.
Special thanks
Thanks to @spoonerWeb for providing the GitLab pipeline example.
All commits since 1.0.0
- [TASK] Add tests badge 45e04cb
- [TASK] Add github workflow example b74e363
- Add GitLab CI example df2154a
- [TASK] Update issue templates 27d4bb2
- [TASK] Add github action for testing e2c0937
- [BUGFIX] Fix exit codes in AbstractClientRequestCommand 774e005
- [TASK] Improve environment variables handling 3632472