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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Release Process
60
60
61
61
To tag the version (or release candidate) in git, use the `make-tag.py` script from [bitcoin-maintainer-tools](https://github.com/bitcoin-core/bitcoin-maintainer-tools). From the root of the repository run:
62
62
63
-
../bitcoin-maintainer-tools/make-tag.py v(new version, e.g. 0.20.0)
63
+
../bitcoin-maintainer-tools/make-tag.py v(new version, e.g. 23.0)
64
64
65
65
This will perform a few last-minute consistency checks in the build system files, and if they pass, create a signed tag.
0 commit comments