ash_json_api_wrapper/config/config.exs
Zach Daniel 418de7a1bd improvement: WIP on open api resource generator
improvement: update ash
2023-09-25 10:16:47 -04:00

17 lines
577 B
Elixir

import Config
if Mix.env() == :dev do
config :git_ops,
mix_project: AshJsonApiWrapper.MixProject,
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/ash-project/ash_json_api_wrapper",
# 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