feature: parse git remote url with giturlparse

This commit is contained in:
Jonathan Teran
2026-07-31 12:22:14 -03:00
parent 8f1a60cc06
commit f4adb431db
4 changed files with 38 additions and 21 deletions
+4 -3
View File
@@ -43,9 +43,10 @@ COMMIT_TYPE_INCREMENT = {
"test": SEMVER_SKIP,
}
SUPPORTED_REMOTE_APIS = [
"bitbucket.org",
"github.com",
SUPPORTED_REMOTE_URL_SCHEMAS = [
"ssh",
"http",
"https"
]
REPOSITORY_TOKEN_FILENAME = ".repository-token"