Skip to content

Commit

Permalink
doc: Reword some release phrases to include pushing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed May 3, 2023
1 parent 8b4b7e5 commit 32ff07d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc-kurento/source/dev/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Release steps

Search for the ``-dev`` suffix.

#. Commit changes (rebase and squash as needed).
#. Commit (rebase and squash as needed) and push changes.

#. Run the `Server Build All`_ job with parameters:

Expand Down Expand Up @@ -469,7 +469,7 @@ Release steps

Search for the ``-dev`` suffix.

#. Commit changes (rebase and squash as needed).
#. Commit (rebase and squash as needed) and push changes.

#. Run the `Clients Build All JavaScript`_ job with parameters:

Expand Down Expand Up @@ -675,7 +675,7 @@ Release steps

Search for the ``-SNAPSHOT`` suffix. Note that most versions are defined as properties in ``clients/java/parent-pom/pom.xml``.

#. Commit changes (rebase and squash as needed).
#. Commit (rebase and squash as needed) and push changes.

#. Run the `Clients Build All Java`_ job with parameters:

Expand Down Expand Up @@ -823,13 +823,14 @@ For this reason, the documentation must be built only after all the other module

JavaDoc and JsDoc pages can be generated separately with ``make langdoc``.

#. Commit changes (rebase and squash as needed).
#. Commit (rebase and squash as needed) and push changes.

#. Run the `Documentation build`_ job with parameters:

- Workflow branch: Release branch name (e.g. *release-1.0.0*).
- *jobRelease*: **ENABLED**.

#. CI automatically tags Release versions in ReadTheDocs generated repo `doc-kurento-readthedocs`_, so the release will show up in the ReadTheDocs dashboard.
#. CI automatically tags Release versions in the ReadTheDocs-generated repo `doc-kurento-readthedocs`_, so the release will show up in the ReadTheDocs dashboard.

.. note::

Expand Down

0 comments on commit 32ff07d

Please sign in to comment.