Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion maintainer_docs/distribution_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,15 @@ Run the following command to create a new release for the distribution for each

Be patient, this will take a while to run.

6. Announcements
6. Nav2 Docker Build
--------------------

To allow the ``nav2_docker`` build of the released version in Step 5, we need to enable the first build to pass the latest tag check in the workflow.
You should see that the nightly of this distribution works, but the release version is failing with ``Error: No matching package versions found.``.
To resolve, comment out the ``exit 1`` in the ``latest_version`` validity check.
Once the job turns over, revert this commit to reintroduce the error.

7. Announcements
----------------

Finally, we can announce the updates!
Expand Down