Skip to content

Commit e76f7f8

Browse files
Merge pull request #448 from kianmeng/master
Misc doc changes
2 parents 7a1ba52 + bfb582b commit e76f7f8

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
@@ -5,7 +5,7 @@
55

66
## 8.0.4 (2020-11-16)
77

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

1010
## 8.0.3 (2020-11-11)
1111

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)