smokestack/config/config.exs
James Harton e218eb276b
All checks were successful
continuous-integration/drone/push Build is passing
chore: Update forgejo hostname.
2024-02-05 15:28:53 +13:00

9 lines
251 B
Elixir

import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://harton.dev/james/smokestack",
manage_mix_version?: true,
version_tag_prefix: "v",
manage_readme_version: "README.md"