Breaking Changes
- Configuration file structure is changed
notifier
is removed- ci is changed from string to object
- command line option
-ci
is removed
The configuration ci
is changed.
AS IS
ci:
owner: suzuki-shunsuke
repo: tfcmt
TO BE
ci:
owner:
- type: envsubst
value: suzuki-shunsuke
repo:
- type: envsubst
value: tfcmt
Feature
Refactor
- #78 change package layout