Compare commits

...

2 commits

2 changed files with 3 additions and 2 deletions

View file

@ -861,6 +861,7 @@ source = "github"
github = "noborus/trdsql" github = "noborus/trdsql"
use_max_tag = true use_max_tag = true
prefix = "v" prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
[octosql] [octosql]
source = "github" source = "github"

View file

@ -3,7 +3,7 @@
pkgname=python-commitizen pkgname=python-commitizen
_pkgname="${pkgname#python-}" _pkgname="${pkgname#python-}"
pkgver=2.36.0 pkgver=2.37.0
pkgrel=1 pkgrel=1
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management' pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
arch=('any') arch=('any')
@ -38,7 +38,7 @@ checkdepends=(
) )
provides=('cz' 'git-cz') provides=('cz' 'git-cz')
conflicts=('nodejs-commitizen' 'commitizen-go') conflicts=('nodejs-commitizen' 'commitizen-go')
_commit='cb798dc6400fba04df8c6c1d1b3ec96bfe9c13b0' _commit='04ac8deea8bc06610bfbc409495f61579669353c'
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')