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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
> This library and repository was previously located at [pipermerriam/py-trie](https://github.com/pipermerriam/py-trie). It was transferred to the Ethereum foundation GitHub in
9
9
> November 2017 and renamed to `py-trie`.
10
10
11
+
Read more in the documentation below.
12
+
13
+
View the [change log](https://github.com/ethereum/py-trie/blob/main/CHANGELOG.rst).
14
+
11
15
## Installation
12
16
13
17
```sh
@@ -69,10 +73,10 @@ like `make release bump=minor` or `make release bump=devnum`. This is typically
69
73
main branch, except when releasing a beta (in which case the beta is released from main,
70
74
and the previous stable branch is released from said branch).
71
75
72
-
If you are in a beta version, `bumpversion stage` will switch to a stable.
76
+
If you are in a beta version, `make release bump=stage` will switch to a stable.
73
77
74
78
To issue an unstable version when the current version is stable, specify the
75
-
new version explicitly, like `bumpversion --new-version 4.0.0-alpha.1 devnum`
79
+
new version explicitly, like `make release bump="--new-version 4.0.0-alpha.1 devnum"`
0 commit comments