Skip to content

Commit

Permalink
Add support for removed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Jan 8, 2024
1 parent 013561d commit cc4d9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate_deps_changelogs.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ master
IO.puts("* Now using git-version #{repo} @ #{sha2}")
{{:git, repo, sha1}, {:hex, v2}} ->
IO.puts("* Now using https://hex.pm/packages/#{dep} instead of #{repo} @ #{sha1}")
{{:hex, v1}, nil} ->
IO.puts("* REMOVED: #{dep}@#{v1}")
end
end)

0 comments on commit cc4d9d3

Please sign in to comment.