Skip to content

Commit

Permalink
docs(deployment): Reduce deployment across OCDS and profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 7, 2023
1 parent 09f7738 commit c6a3074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions docs/profiles/technical/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@ If this is the first numbered version of a profile, in its ``docs/_templates/lay
<!--#include virtual="/includes/version-options-profiles-{root}.html" -->
{% endblock %}
Update version numbers, versioned release schema and changelog
--------------------------------------------------------------

In ``docs/conf.py``, update ``release`` to e.g. ``1.0.0`` and update ``version`` if appropriate.

Update the *major__minor__patch* version number:

.. code-block:: shell
find . \( -name '*.json' -or -name '*.md' -or -name '*.po' \) -exec sed -i "" 's/1__0__0__beta3/1__0__0__beta4/g' '{}' \;
Update the changelog
--------------------

Update the profile's changelog (if any) with links to its extensions' changelogs.

Expand Down
4 changes: 2 additions & 2 deletions docs/standard/technical/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Before each release, and at least once a year:
- Add the codes to the `ISO6523-analysis spreadsheet <https://docs.google.com/spreadsheets/d/1qPPAOx9w4NIfrll66a0Qd2SMizoxGNRUMU6YV2rLuEE/edit#gid=1900375069>`__.
- Update the `GitHub issue <https://github.com/open-contracting/standard/issues/987>`__ to note that the new codes need to be assessed for inclusion in org-id.guide, and that the script needs to be updated to recognize the new codes.

3. Update version numbers, versioned release schema and changelog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3. Update version numbers and changelog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In ``docs/conf.py``, update ``release`` to e.g. ``1.1.1`` and update ``version`` if appropriate.

Expand Down

0 comments on commit c6a3074

Please sign in to comment.