Skip to content

Commit

Permalink
Add boilerplate for documenting an upgrade guide (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Nov 15, 2022
1 parent 669b8e0 commit e316932
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/upgrade_guide.rst
@@ -0,0 +1,11 @@
===============
Upgrade guide
===============

To ease the transition between major releases, the following page describes some of the breaking
changes between major release and what to change to safely upgrade.

Upgrading from ``astroid`` ``2.x`` to ``3.0``
---------------------------------------------

- Work in progress
1 change: 1 addition & 0 deletions doc/whatsnew.rst
Expand Up @@ -8,4 +8,5 @@ The "Changelog" contains *all* nontrivial changes to astroid for the current ver
.. toctree::
:maxdepth: 2

upgrade_guide
changelog

0 comments on commit e316932

Please sign in to comment.