You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-process.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Before every minor and major release:
11
11
*[ ] Update DIPs with any changes introduced by this release (see [this pull request](https://github.com/dashpay/dips/pull/142) for an example)
12
12
*[ ] Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_IS_RELEASE` to `true`)
13
13
*[ ] Write release notes (see below). To clear the release notes: `cp doc/release-notes-empty-template.md doc/release-notes.md`
14
+
*[ ] Update flatpak [metainfo file](contrib/flatpak/org.dash.dash-core.metainfo.xml) with latest release tag and estimated release data
14
15
*[ ] Update `src/chainparams.cpp``nMinimumChainWork` with information from the `getblockchaininfo` rpc.
15
16
*[ ] Update `src/chainparams.cpp``defaultAssumeValid` with information from the `getblockhash` rpc.
16
17
- The selected value must not be orphaned so it may be useful to set the value two blocks back from the tip.
0 commit comments