release
will store its configuration file at $HOME/.release.yaml
. There are two methods for overriding the default configuration:RELEASE_CONFIG
environment variable to another file path containing your configuration.--config
flag as part of a command.account
(optional): The name or ID of the default Release accountapp
(optional): The name or ID of the default Release app--account
flag on each release
command, update your $HOME/.release.yaml
with the following:RELEASE_<KEY>
. For example, to override account
, set RELEASE_ACCOUNT=MyAccount
.