]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
add pre-release tasks
authortobtoht <tob@featherwallet.org>
Thu, 19 Jan 2023 16:46:17 +0000 (17:46 +0100)
committertobtoht <tob@featherwallet.org>
Thu, 19 Jan 2023 16:46:17 +0000 (17:46 +0100)
.gitignore
RELEASE.md

index b0aa1d1b77a545d8e593f9540e31e217bc51a2f8..ec59857f3c5981d5d45f2a3b84046d0fac37f1f8 100644 (file)
@@ -5,7 +5,7 @@ cmake-build-debug/*
 *.user
 *.stash
 build/*
-guix-*
+guix-build-*
 CMakeCache.txt
 CMakeFiles
 cmake_install.cmake
index ca4caf389b1e1b2def0861e88dedc540bf4564b2..bc4660e4f2c0f2fa606165e9a45fbe8f6c69c356 100644 (file)
@@ -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`)