Skip to content

Commit

Permalink
docs: add changelog to pypi and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed Jul 21, 2021
1 parent eb6f551 commit 9dac24b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -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__"
Expand Down

0 comments on commit 9dac24b

Please sign in to comment.