Add note about core.poa.network, fix tag regex.

This commit is contained in:
Andreas Fackler 2018-05-21 10:18:53 +02:00
parent 952a3e867e
commit b5aaf0b722
2 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,7 @@ before_cache:
branches:
only:
# release tags
- /^v\d+\.\d+\.\d+.*$/
- /^\d+\.\d+\.\d+.*$/
- master
notifications:

View File

@ -16,6 +16,10 @@ The `-c` option takes a map with the POA contracts' addresses in JSON format. Yo
current maps for the main and test network the `contracts` folder. By default, it uses `core.json`,
for the main network.
**It doesn't work with https://core.poa.network at the moment!**
Please use https://core-solo.poa.network instead.
See [issue #4](https://github.com/poanetwork/poa-ballot-stats/issues/4) for details.
Examples:
```bash