This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
upshot/config/config.exs

10 lines
247 B
Elixir
Raw Normal View History

import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://gitlab.com/jimsy/upshot",
manage_mix_version?: true,
manage_readme_version: "README.md",
version_tag_prefix: "v"