Skip to content

How do I release? #794

Answered by browniebroke
ceceayo asked this question in Q&A
Sep 1, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I think it's because your main branch is called "master" while the template assumes that you'll use "main". You'll need to change this bit:

https://github.com/ceceayo/komis/blob/71fb472ddf11b551a5728ce0a2d15b84189b5be5/pyproject.toml#L66-L71

To the following:

[tool.semantic_release.branches.master]
match = "master"

[tool.semantic_release.branches.noop]
match = "(?!master$)"
prerelease = true

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ceceayo
Comment options

Answer selected by ceceayo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants