Here are my notes regarding the release of 1.19.2 that happened after the release of 1.20.0, so we didn't push the latest release:
-
Docs: the make command in the steps documents to run both the publish_docs and release_latest_docs targets but that would replace the default redirections! Only run make -C docs publish_docs.
-
Docker: the script to push the tags replaces the latest, major and minor tags! Edit the script to only replace the minor tag.
-
Snapcraft: building 1.19.2 pushed the build as latest/edge, until the nighly build of 1.21.0-dev replaced it. No idea how to prevent that.
-
Website: the website considers the release as being the latest one.
Here are my notes regarding the release of 1.19.2 that happened after the release of 1.20.0, so we didn't push the latest release:
Docs: the
makecommand in the steps documents to run both thepublish_docsandrelease_latest_docstargets but that would replace the default redirections! Only runmake -C docs publish_docs.Docker: the script to push the tags replaces the latest, major and minor tags! Edit the script to only replace the minor tag.
Snapcraft: building 1.19.2 pushed the build as
latest/edge, until the nighly build of1.21.0-devreplaced it. No idea how to prevent that.Website: the website considers the release as being the latest one.