fix: semantic release config
This commit is contained in:
@@ -26,12 +26,11 @@ patch_tags = ["fix", "perf"]
|
||||
default_bump_level = 0
|
||||
|
||||
[tool.semantic_release.remote]
|
||||
name = "origin"
|
||||
type = "github"
|
||||
ignore_token_for_push = true
|
||||
type = "gitea"
|
||||
domain = "gitea.psi.ch"
|
||||
|
||||
[tool.semantic_release.remote.token]
|
||||
env = "GH_TOKEN"
|
||||
env = "GITEA_TOKEN"
|
||||
|
||||
[tool.semantic_release.publish]
|
||||
dist_glob_patterns = ["dist/*"]
|
||||
|
||||
Reference in New Issue
Block a user