reactor_req/config/config.exs

12 lines
299 B
Elixir
Raw Normal View History

2024-08-12 20:31:40 +12:00
import Config
config :spark, formatter: [remove_parens?: true]
config :git_ops,
mix_project: Reactor.Req.MixProject,
changelog_file: "CHANGELOG.md",
repository_url: "https://harton.dev/james/reactor_req",
manage_mix_version?: true,
manage_readme_version: true,
version_tag_prefix: "v"