Skip to content

Commit

Permalink
Move Changelog into Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 14, 2022
1 parent 542474f commit 1a9467c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 119 deletions.
116 changes: 0 additions & 116 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ defmodule Crontab.Mixfile do
defp package do
[
name: :crontab,
files: ["lib", "mix.exs", "README*", "LICENSE*", "CHANGELOG*"],
files: ["lib", "mix.exs", "README*", "LICENSE*"],
maintainers: ["Jonatan Männchen"],
licenses: ["MIT"],
links: %{"GitHub" => @source_url}
links: %{"GitHub" => @source_url, "Changelog" => @source_url <> "/releases"}
]
end

defp docs do
[
extras: ["CHANGELOG.md", "README.md"],
extras: ["README.md"],
main: "readme",
source_url: @source_url,
source_ref: "v" <> @version
Expand Down

0 comments on commit 1a9467c

Please sign in to comment.