summaryrefslogtreecommitdiffstats
path: root/Help/dev/maint.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-04 17:41:16 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-04-04 17:41:27 (GMT)
commit1838558ce4e99621ee107ca7aea6299a3d8b8064 (patch)
tree106fad6d7c6f232446bbfeea7b0e9d82954e41fc /Help/dev/maint.rst
parent7260208379738bf4052e44d32588152b475e98da (diff)
parentb20a19fca172508f6f3a13b0ab2823a89355e639 (diff)
downloadCMake-1838558ce4e99621ee107ca7aea6299a3d8b8064.zip
CMake-1838558ce4e99621ee107ca7aea6299a3d8b8064.tar.gz
CMake-1838558ce4e99621ee107ca7aea6299a3d8b8064.tar.bz2
Merge topic 'ci-package-uploads' into release-3.23
b20a19fca1 Merge branch 'backport-3.22-ci-package-uploads' into ci-package-uploads cb44e0d47c gitlab-ci: distinguish release and development pipeline schedules 3a9a9a3ace gitlab-ci: clarify name of package upload job template Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7142
Diffstat (limited to 'Help/dev/maint.rst')
-rw-r--r--Help/dev/maint.rst18
1 files changed, 1 insertions, 17 deletions
diff --git a/Help/dev/maint.rst b/Help/dev/maint.rst
index 151ea5a..53be91f 100644
--- a/Help/dev/maint.rst
+++ b/Help/dev/maint.rst
@@ -245,20 +245,6 @@ Commit with a message such as::
Release versions do not have the development topic section of
the CMake Release Notes index page.
-Update ``.gitlab-ci.yml`` to drop the upload jobs from the
-packaging pipeline by renaming them to start in ``.``:
-
-.. code-block:: shell
-
- sed -i 's/^u:/.u:/' .gitlab-ci.yml
-
-Commit with a message such as::
-
- gitlab-ci: Drop package pipeline upload jobs for release branch
-
- The package pipeline for release versions should not upload packages
- automatically to our archive of nightly development versions.
-
Update ``Source/CMakeVersion.cmake`` to set the version to
``$major.$minor.0-rc0``:
@@ -290,15 +276,13 @@ Merge the ``release-$ver`` branch to ``master``:
git merge --no-ff release-$ver
Begin post-release development by restoring the development branch release
-note infrastructure, the nightly package pipeline upload jobs, and
-the version date from ``origin/master``:
+note infrastructure, and the version date from ``origin/master``:
.. code-block:: shell
git checkout origin/master -- \
Source/CMakeVersion.cmake Help/release/dev/0-sample-topic.rst
sed -i $'/^Releases/ i\\\n.. include:: dev.txt\\\n' Help/release/index.rst
- sed -i 's/^\.u:/u:/' .gitlab-ci.yml
Update ``Source/CMakeVersion.cmake`` to set the version to
``$major.$minor.$date``: