Skip to content

Commit

Permalink
chore(config): add git_ops configuration for managing changelog and
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Jan 14, 2025
1 parent f5f3b2f commit 74b2819
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ import Config
# here (which is why it is important to import them last).
#
# import_config "#{Mix.env}.exs"

config :git_ops,
mix_project: Enquirer.Mixfile,
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/NarrativeApp/enquirer",
manage_mix_version?: true

0 comments on commit 74b2819

Please sign in to comment.