Skip to content

Commit 4012cfa

Browse files
committed
move changelog to GitHub releases
1 parent 661cdbc commit 4012cfa

File tree

3 files changed

+7
-39
lines changed

3 files changed

+7
-39
lines changed

CHANGELOG.md

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

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,13 @@ iex(5)> BiMultiMap.put(mm, :a, 3)
5353
#BiMultiMap<[a: 1, a: 3, b: 1, b: 2]>
5454
```
5555

56+
## Changelog
57+
58+
All notable changes to this project are documented on the [GitHub releases] page.
59+
5660
## License
5761

5862
See the [LICENSE] file for license rights and limitations (MIT).
5963

60-
[LICENSE]: https://github.com/mkaput/elixir-bimap/blob/master/LICENSE.txt
64+
[github releases]: https://github.com/mkaput/elixir-bimap/releases
65+
[license]: https://github.com/mkaput/elixir-bimap/blob/master/LICENSE.txt

mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defmodule BiMap.Mixfile do
1515
docs: [
1616
source_ref: "v#{@version}",
1717
main: "readme",
18-
extras: ~w(README.md CHANGELOG.md)
18+
extras: ~w(README.md)
1919
],
2020
deps: deps(),
2121
package: package()
@@ -46,7 +46,6 @@ defmodule BiMap.Mixfile do
4646
lib
4747
mix.exs
4848
README.md
49-
CHANGELOG.md
5049
LICENSE.txt
5150
),
5251
maintainers: ["Marek Kaput <[email protected]>"],

0 commit comments

Comments
 (0)