mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: move changelog from GitHub release notes to repository file
This commit is contained in:
4
docs/changelog.rst
Normal file
4
docs/changelog.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
.. _changelog:
|
||||
.. _release_notes:
|
||||
|
||||
.. include:: ../CHANGELOG.rst
|
||||
@@ -32,6 +32,6 @@ Documentation
|
||||
:caption: About Anymail
|
||||
|
||||
contributing
|
||||
release_notes
|
||||
changelog
|
||||
Docs privacy <docs_privacy>
|
||||
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
.. _release_notes:
|
||||
|
||||
Release notes
|
||||
=============
|
||||
|
||||
Complete release notes can be found in the project's
|
||||
`GitHub releases page`_.
|
||||
|
||||
Anymail practices `semantic versioning <semver>`_.
|
||||
Among other things, this means that minor updates
|
||||
(1.x to 1.y) should always be backwards-compatible,
|
||||
and breaking changes will always increment the
|
||||
major version number (1.x to 2.0).
|
||||
|
||||
.. _GitHub releases page: https://github.com/anymail/django-anymail/releases
|
||||
.. _semver: http://semver.org
|
||||
Reference in New Issue
Block a user