Skip to content

Commit c96d722

Browse files
committed
add changelog link to hex package
1 parent 8c5d919 commit c96d722

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ You can learn more about the history, purpose and implementation of Styler from
1111

1212
## Features
1313

14-
Styler fixes a plethora of Elixir style and optimization issues automatically as part of mix format.
14+
[Styler's full feature documentation can be found on Hexdocs.](https://hexdocs.pm/styler/styles.html)
1515

16-
[See Styler's documentation on Hex](https://hexdocs.pm/styler/styles.html) for the comprehensive list of its features.
16+
Styler fixes a plethora of Elixir style and optimization issues automatically as part of mix format.
1717

1818
The fastest way to see what all it can do you for you is to just try it out in your codebase... but here's a list of a few features to help you decide if you're interested in Styler:
1919

@@ -24,8 +24,6 @@ The fastest way to see what all it can do you for you is to just try it out in y
2424
- rewrites deprecated Elixir standard library code, speeding adoption of new releases
2525
- auto-fixes many credo rules, meaning you can spend less time fighting with CI
2626

27-
[Here's another link to features Table of Contents for you](https://hexdocs.pm/styler/styles.html)
28-
2927
## Who is Styler for?
3028

3129
> I'm just excited to be on a team that uses Styler and moves on

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule Styler.MixProject do
4949
[
5050
maintainers: ["Matt Enlow", "Greg Mefford"],
5151
licenses: ["Apache-2.0"],
52-
links: %{"GitHub" => @url}
52+
links: %{"GitHub" => @url, "Changelog" => "#{@url}/blob/main/CHANGELOG.md"}
5353
]
5454
end
5555

0 commit comments

Comments
 (0)