mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
add pre-release tasks
This commit is contained in:
parent
d9409615f3
commit
200a7c0bbb
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,7 +5,7 @@ cmake-build-debug/*
|
|||
*.user
|
||||
*.stash
|
||||
build/*
|
||||
guix-*
|
||||
guix-build-*
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
||||
|
|
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue