We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60d6df1 + 2c504bf commit b11c358Copy full SHA for b11c358
config/config.exs
@@ -30,7 +30,7 @@ import Config
30
# import_config "#{Mix.env}.exs"
31
32
config :git_ops,
33
- mix_project: Enquirer.Mixfile,
+ mix_project: Mix.Project.get!(),
34
changelog_file: "CHANGELOG.md",
35
repository_url: "https://github.com/NarrativeApp/enquirer",
36
manage_mix_version?: true,
0 commit comments