mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-09 03:07:02 +00:00
feat: ensure labels exist in repo
This commit is contained in:
parent
6120821631
commit
d1b9ae1908
3 changed files with 69 additions and 1 deletions
10
releasepr.go
10
releasepr.go
|
|
@ -99,6 +99,16 @@ const (
|
|||
LabelReleaseTagged = "rp-release::tagged"
|
||||
)
|
||||
|
||||
var Labels = []string{
|
||||
LabelNextVersionTypeNormal,
|
||||
LabelNextVersionTypeRC,
|
||||
LabelNextVersionTypeBeta,
|
||||
LabelNextVersionTypeAlpha,
|
||||
|
||||
LabelReleasePending,
|
||||
LabelReleaseTagged,
|
||||
}
|
||||
|
||||
const (
|
||||
DescriptionLanguagePrefix = "rp-prefix"
|
||||
DescriptionLanguageSuffix = "rp-suffix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue