dev:release_checklist
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:release_checklist [2024/01/01 20:52] – oschuett | dev:release_checklist [2025/01/01 14:41] (current) – oschuett | ||
---|---|---|---|
Line 9: | Line 9: | ||
</ | </ | ||
- | Edit the '' | + | Edit the '' |
< | < | ||
tools/ | tools/ | ||
- | git add REVISION src/ | + | git add REVISION src/ |
git commit -m "Cut release version 20XX.Y" | git commit -m "Cut release version 20XX.Y" | ||
</ | </ | ||
- | Example: https:// | + | Example: https:// |
=== 3. Tag the release and push to GitHub === | === 3. Tag the release and push to GitHub === | ||
Line 32: | Line 32: | ||
git-archive-all ./ | git-archive-all ./ | ||
</ | </ | ||
+ | |||
+ | ProTip: | ||
+ | https:// | ||
=== 5. Create and upload binaries and Docker images === | === 5. Create and upload binaries and Docker images === | ||
Line 48: | Line 51: | ||
< | < | ||
cd cp2k/ | cd cp2k/ | ||
- | docker build -f ./ | + | docker build -f ./ |
docker run -v " | docker run -v " | ||
scp -r manual sham:/ | scp -r manual sham:/ | ||
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 in the [[src>tools/manual/index.html]] and update the development version in [[src> | + | Change back to the main branch to add a new link to [[src>docs/versions.md]] and [[src> |
=== 8. Update the CP2K web page === | === 8. Update the CP2K web page === |
dev/release_checklist.1704142367.txt.gz · Last modified: 2024/01/01 20:52 by oschuett