Skip to content

Commit

Permalink
fix(hvcs-gitlab): add tag message to release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentDorsey authored and codejedi365 committed Apr 20, 2024
1 parent f94a1ce commit 6341a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions semantic_release/hvcs/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def create_release(
{
"name": "Release " + tag,
"tag_name": tag,
"tag_message": release_notes[0:72],
"description": release_notes,
}
)
Expand Down

0 comments on commit 6341a5d

Please sign in to comment.