Skip to content

Commit 6901bb9

Browse files
committed
chore: add git_ops config
1 parent 1770f45 commit 6901bb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/dev.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import Config
33
config :git_ops,
44
mix_project: Mix.Project.get!(),
55
types: [types: [tidbit: [hidden?: true], important: [header: "Important Changes"]]],
6+
repository_url: "https://github.com/ash-project/ash_events",
7+
github_handle_lookup?: true,
68
version_tag_prefix: "v",
79
manage_mix_version?: true,
810
manage_readme_version: true

0 commit comments

Comments
 (0)