0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

ci: add semantic-release job

This commit is contained in:
2025-05-16 16:39:11 +02:00
committed by Klaus Wakonig
parent 85de24aa89
commit 8eee92e5cf
2 changed files with 138 additions and 2 deletions

View File

@ -97,11 +97,11 @@ default_bump_level = 0
[tool.semantic_release.remote]
name = "origin"
type = "gitlab"
type = "github"
ignore_token_for_push = false
[tool.semantic_release.remote.token]
env = "GL_TOKEN"
env = "GH_TOKEN"
[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]