chore: add missing git_ops config.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-08-17 19:43:06 +12:00
parent f6f473f753
commit ac2521c3c3
Signed by: james
GPG key ID: 90E82DAA13F624F4

9
config/config.exs Normal file
View file

@ -0,0 +1,9 @@
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"