Loading .releaserc +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ "@semantic-release/release-notes-generator", "@semantic-release/gitlab", ["@semantic-release/git", { "assets": ["README.md", "tbump.toml", "pipelines/container.md"] "assets": ["README.md", "tbump.toml", "pipelines/container.md", "python/*.yml"] }] ], "branches": [ Loading python/black.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # black is the uncompromising python code formatter # https://github.com/psf/black include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:black: extends: .python:pre Loading tbump.toml +2 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,5 @@ tag_template = "v{new_version}" src = "README.md" [[file]] src = "pipelines/container.md" [[file]] src = "python/black.yml" Loading
.releaserc +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ "@semantic-release/release-notes-generator", "@semantic-release/gitlab", ["@semantic-release/git", { "assets": ["README.md", "tbump.toml", "pipelines/container.md"] "assets": ["README.md", "tbump.toml", "pipelines/container.md", "python/*.yml"] }] ], "branches": [ Loading
python/black.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # black is the uncompromising python code formatter # https://github.com/psf/black include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:black: extends: .python:pre Loading
tbump.toml +2 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,5 @@ tag_template = "v{new_version}" src = "README.md" [[file]] src = "pipelines/container.md" [[file]] src = "python/black.yml"