Compare commits

..

No commits in common. "7628a123439fd10663d7b9aeff07f6a7f4f672b3" and "c476ed8229e606c9af115380aef1439534891ee1" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -861,7 +861,6 @@ 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.37.0 pkgver=2.36.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='04ac8deea8bc06610bfbc409495f61579669353c' _commit='cb798dc6400fba04df8c6c1d1b3ec96bfe9c13b0'
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')