diff --git a/.gitignore b/.gitignore index b0aa1d1..ec59857 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 ca4caf3..bc4660e 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`)