github suzuki-shunsuke/tfcmt v0.8.0-1

latest releases: v4.9.0, v4.9.0-2, v4.9.0-1...
pre-release3 years ago

v0.7.1...v0.8.0-1
Milestone

Breaking Changes

#79 #80

  • 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

  • #57 #80 support to complement options with any environment variables

Refactor

  • #78 change package layout

Don't miss a new tfcmt release

NewReleases is sending notifications on new releases.