wayfarer/config/config.exs

13 lines
316 B
Elixir
Raw Normal View History

2023-10-13 19:05:21 +13:00
import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://code.harton.nz/james/smokestack",
manage_mix_version?: true,
version_tag_prefix: "v",
manage_readme_version: "README.md"
config :wayfarer,
start_listeners?: config_env() != :test