reactor_req/config/config.exs

11 lines
299 B
Elixir

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"