From: tobtoht Date: Thu, 19 Jan 2023 16:46:17 +0000 (+0100) Subject: add pre-release tasks X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=200a7c0bbbb6194fa47bb654c12a6c0d54be45e3;p=gamesguru%2Ffeather.git add pre-release tasks --- diff --git a/.gitignore b/.gitignore index b0aa1d1b..ec59857f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ cmake-build-debug/* *.user *.stash build/* -guix-* +guix-build-* CMakeCache.txt CMakeFiles cmake_install.cmake diff --git a/RELEASE.md b/RELEASE.md index ca4caf38..bc4660e4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,6 +2,9 @@ - Update `src/assets/restore_heights_monero_{mainnet,stagenet}.txt` (before minor releases) - To obtain values, run `contrib/generate-restore-heights/heights.py` +- Update `m_defaultPools` in `src/widgets/XMRigWidget.h` (before minor release) +- Update default node lists in `src/assets/nodes.json` (before minor release) +- Update `SOURCE_DATE_EPOCH` in `contrib/guix/guix-build` - Update the version number in `CMakeLists.txt` - A hardfork-ready release must bump major version - Create an annotated tag (`git tag x.x.x -a`)