Compare commits

...

3 commits

View file

@ -140,6 +140,24 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[pgcli]
source = "github"
github = "dbcli/pgcli"
use_max_tag = true
prefix = "v"
[python-cli_helpers]
source = "github"
github = "dbcli/cli_helpers"
use_max_tag = true
prefix = "v"
[python-pgspecial]
source = "github"
github = "dbcli/pgspecial"
use_max_tag = true
prefix = "v"
[nyxt] [nyxt]
source = "github" source = "github"
github = "atlas-engineer/nyxt" github = "atlas-engineer/nyxt"