You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the very least, this should allow users to configure the "release steps" that should be executed when releasing a new version.
The release tool should look for a file in the current working directory (something like .release-tool.yml) and read the contents to apply the configuration.
At the very least, this should allow users to configure the "release steps" that should be executed when releasing a new version.
The release tool should look for a file in the current working directory (something like
.release-tool.yml
) and read the contents to apply the configuration.Example
.release-tool.yml
, with default values:The configured values should be used when compiling the service container.
See https://github.com/Behat/Behat, https://github.com/sensiolabs-de/deptrac for examples.
Probably requires #7
The text was updated successfully, but these errors were encountered: