Skip to content

Commit 08f2a35

Browse files
committed
feat(config): add git_ops configuration for version management and changelog
1 parent b551825 commit 08f2a35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/config.exs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ import Config
3131

3232
config :vaultex, httpoison: HTTPoison
3333

34+
config :git_ops,
35+
mix_project: Vaultex.Mixfile,
36+
changelog_file: "CHANGELOG.md",
37+
repository_url: "https://github.com/NarrativeApp/vaultex",
38+
manage_mix_version?: true
39+
3440
import_config "#{config_env()}.exs"

0 commit comments

Comments
 (0)