smokestack/config/config.exs
James Harton ac2521c3c3
All checks were successful
continuous-integration/drone/push Build is passing
chore: add missing git_ops config.
2023-08-17 19:43:48 +12:00

9 lines
255 B
Elixir

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"