User Tools

Site Tools


dev:release_checklist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:release_checklist [2024/08/06 12:33] oschuettdev:release_checklist [2025/01/01 14:41] (current) oschuett
Line 17: Line 17:
 </code> </code>
  
-Example: https://github.com/cp2k/cp2k/commit/056df93+Example: https://github.com/cp2k/cp2k/commit/6608d10
  
 === 3. Tag the release and push to GitHub === === 3. Tag the release and push to GitHub ===
Line 32: Line 32:
 git-archive-all ./cp2k-20XX.Y.tar.bz2 git-archive-all ./cp2k-20XX.Y.tar.bz2
 </code> </code>
 +
 +ProTip:
 +https://github.com/cp2k/cp2k/pulls?q=is%3Apr+is%3Amerged+closed%3A%3E2024-08-05
  
 === 5. Create and upload binaries and Docker images === === 5. Create and upload binaries and Docker images ===
Line 48: Line 51:
 <code> <code>
 cd cp2k/tools/docker cd cp2k/tools/docker
-docker build -f ./Dockerfile.test_manual  --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) --build-arg ADD_EDIT_LINKS=no -t manual_img ../../+docker build -f ./Dockerfile.test_manual  --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t manual_img ../../
 docker run -v "$(pwd)":/mnt manual_img cp -rv  /workspace/artifacts/manual /mnt/ docker run -v "$(pwd)":/mnt manual_img cp -rv  /workspace/artifacts/manual /mnt/
 scp -r manual sham:/var/www/cp2k.org/manual/cp2k-20XX_Y-branch scp -r manual sham:/var/www/cp2k.org/manual/cp2k-20XX_Y-branch
Line 55: Line 58:
 === 7. Update the main branch === === 7. Update the main branch ===
  
-Change back to the main branch to add a new link to [[src>docs/versions.md]] and [[src>docs/index.md]], and update the development version in [[src>src/cp2k_info.F]]. Example: https://github.com/cp2k/cp2k/commit/0904149 .+Change back to the main branch to add a new link to [[src>docs/versions.md]] and [[src>docs/index.md]], and update the development version in [[src>src/cp2k_info.F]] and [[src>CMakeLists.txt]]. Example: https://github.com/cp2k/cp2k/commit/faa0fcc.
  
 === 8. Update the CP2K web page === === 8. Update the CP2K web page ===
dev/release_checklist.1722947616.txt.gz · Last modified: 2024/08/06 12:33 by oschuett