Skip to content

Commit

Permalink
Clarify branch naming for upgrades.
Browse files Browse the repository at this point in the history
Link to docs that explain the new naming conventions for releases and update example.
  • Loading branch information
boykoc committed Jul 17, 2018
1 parent df35eec commit fdc724b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/maintaining/upgrading/upgrade-source.rst
Expand Up @@ -25,11 +25,15 @@ CKAN release you're upgrading to:
#. Checkout the new CKAN version from git, for example::

git fetch
git checkout release-v2.0
git checkout 2.7

If you have any CKAN extensions installed from source, you may need to
checkout newer versions of the extensions at this point as well. Refer to
the documentation for each extension.
As of CKAN 2.6 branch naming has changed. See :doc:`/contributing/release-process`
for naming conventions. Specific patches and minor versions can be checked-out
using tags.

#. Update CKAN's dependencies:

Expand Down

0 comments on commit fdc724b

Please sign in to comment.