ash/config/config.exs
Zach Daniel 6d98b78227 improvement: unlock flow
improvement: pagination as a DSL
improvement: don't block engine on async tasks
2022-08-28 19:27:44 -06:00

15 lines
532 B
Elixir

import Config
if Mix.env() == :dev do
config :git_ops,
mix_project: Ash.MixProject,
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/ash-project/ash",
# Instructs the tool to manage your mix version in your `mix.exs` file
# See below for more information
manage_mix_version?: true,
# Instructs the tool to manage the version in your README.md
# Pass in `true` to use `"README.md"` or a string to customize
manage_readme_version: "README.md",
version_tag_prefix: "v"
end