Skip to content

Commit

Permalink
chore: Add new label for semver-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hankei6km committed Dec 24, 2023
1 parent 95ca3db commit 7c6db54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LABELS_TEXT_COLOR_DESCRIPTIOM=(
"sem-pr: revert,#d73a4a,Reverts previous changes"
"sem-pr: breaking change,#e99695,This change may affect existing functionality or APIs"
"scope: prepare-commit-msg-context,#C2E0C6,prepare-commit-msg-context-related changes"
"scope: semver-tool,#FEF2C0,semver-tool changes"
)

for label_color_description in "${LABELS_TEXT_COLOR_DESCRIPTIOM[@]}"; do
Expand Down

0 comments on commit 7c6db54

Please sign in to comment.