Added comment about version

This commit is contained in:
Martin Slot 2023-05-18 21:19:32 +02:00
parent 480ac12c56
commit 5e93fcd13b
1 changed files with 10 additions and 1 deletions

View File

@ -54,6 +54,15 @@ You can now add it as a cron job, and make a daily request.
### Beta
This is still beta. I use it and fixes the bugs when i find them.
### Version supported
The only version supported right now is semver, with or without a `v` prefix. Fx:
1. `1.2.3` or
2. `v1.2.3`
Not all github projects is doing tagging like this, so there is some projects that can't be watched right now.
### How to build
There is no releases yet, but clone the repo, cd to the root and run `cargo build`.