Skip to content

Commit 631fa23

Browse files
committed
fix: update repository URL and dependencies, remove CircleCI config
1 parent a5bcb8d commit 631fa23

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

circle.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

config/config.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ import Config
3030
# import_config "#{Mix.env}.exs"
3131

3232
config :git_ops,
33-
mix_project: Enquirer.Mixfile,
33+
mix_project: Mix.Project.get!(),
3434
changelog_file: "CHANGELOG.md",
3535
repository_url: "https://github.com/NarrativeApp/enquirer",
36-
manage_mix_version?: true
36+
manage_mix_version?: true,
37+
version_tag_prefix: "v"

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ defmodule Enquirer.Mixfile do
2424
[
2525
maintainers: ["Martin Pretorius"],
2626
licenses: ["MIT"],
27-
links: %{"GitHub" => "https://github.com/glasnoster/enquirer"}
27+
links: %{"GitHub" => "https://github.com/NarrativeApp/enquirer"}
2828
]
2929
end
3030

3131
defp deps do
3232
[
3333
{:ex_doc, "~> 0.12", only: [:dev, :test]},
34-
{:git_ops, "~> 2.2", only: [:dev, :test]},
34+
{:git_ops, "~> 2.6", only: [:dev, :test]},
3535
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
3636
]
3737
end

0 commit comments

Comments
 (0)