We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c8bd6 commit 6ce8bc2Copy full SHA for 6ce8bc2
.README.md.swp
1 KB
README.md
@@ -8,7 +8,7 @@ Workflow:
8
* commit it to GitHub Repo (for example, merge to master
9
* add release git tag like:
10
11
-`git tag v0.7.1-bakerloo01`
+`git tag v0.8.0-bakerloo01`
12
13
`git push --tags`
14
@@ -27,7 +27,7 @@ IP_ADDRESS="$(curl ifconfig.me)"
27
docker run --rm --net=host \
28
--name services-testnet-agc \
29
-v $(pwd)/autonity-chaindata:/autonity-chaindata \
30
-services-testnet-agc \
+services-testnet-agc:v0.8.0-bakerloo01 \
31
--nat extip:$(echo $IP_ADDRESS)
32
```
33
0 commit comments