Skip to content

Commit bfb582b

Browse files
committed
Misc doc changes
List of changes: - Fix typo - Add changelog to html doc - Add Changelog link to hex info page
1 parent 6c13340 commit bfb582b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 8.0.4 (2020-11-16)
44

5-
* Do not read dsn config at compile time (#441)
5+
* Do not read DSN config at compile time (#441)
66

77
## 8.0.3 (2020-11-11)
88

mix.exs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ defmodule Sentry.Mixfile do
1818
plt_add_apps: [:mix, :plug, :hackney]
1919
],
2020
docs: [
21-
extras: ["README.md"],
21+
extras: ["README.md", "CHANGELOG.md"],
2222
source_ref: "#{@version}",
2323
source_url: @source_url,
24-
main: "readme"
24+
main: "readme",
25+
skip_undefined_reference_warnings_on: ["CHANGELOG.md"]
2526
],
2627
xref: [exclude: [:hackney, :hackney_pool, Plug.Conn]]
2728
]
@@ -54,6 +55,7 @@ defmodule Sentry.Mixfile do
5455
maintainers: ["Mitchell Henke", "Jason Stiebs"],
5556
licenses: ["MIT"],
5657
links: %{
58+
"Changelog" => "#{@source_url}/blob/master/CHANGELOG.md",
5759
"GitHub" => @source_url
5860
}
5961
]

0 commit comments

Comments
 (0)