kinemat/config/config.exs
James Harton 612d831f4e
All checks were successful
continuous-integration/drone/push Build is passing
chore: migrate to local (#20) (#30)
* Add Drone CI configuration
* Change URLs
* Remove Gitlab CI configuration

Reviewed-on: #30
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
2024-02-14 13:49:08 +13:00

9 lines
248 B
Elixir

import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://harton.dev/james/kinemat",
manage_mix_version?: true,
manage_readme_version: "README.md",
version_tag_prefix: "v"