diff --git a/README.md b/README.md index b780cd8..f23ba93 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ I shared [the building process of this tool here](https://blog.guilatrova.dev/pr - [Show your style](#show-your-style) - [Extra Resources](#extra-resources) - [Contributing](#contributing) +- [Change log](#change-log) - [License](#license) - [Credits](#credits) @@ -157,6 +158,10 @@ Thank you for considering making Tryceratops better for everyone! Refer to [Contributing docs](docs/CONTRIBUTING.md). +## Change log + +See [CHANGELOG](CHANGELOG.md). + ## License MIT diff --git a/pyproject.toml b/pyproject.toml index 780db1b..b9d7152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,9 @@ tryceratops = 'tryceratops.__main__:main' [tool.poetry.plugins."flake8.extension"] TC = "tryceratops.flake_plugin:TryceratopsAdapterPlugin" +[tool.poetry.urls] +"Changelog" = "https://github.com/guilatrova/tryceratops/blob/main/CHANGELOG.md" + [tool.semantic_release] version_variable = [ "src/tryceratops/__init__.py:__version__"