Skip to content

Commit

Permalink
馃敡 misc(release): remove link comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 19, 2024
1 parent 7b13798 commit e2358f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ changelog=$(echo "$changelog" | sed -E 's/\*\(([^)]+)\)\* //g')
changelog=$(echo "$changelog" | sed -E 's/\[\@([a-zA-Z0-9_]+)\]\(https:\/\/github\.com\/[a-zA-Z0-9_]+\)/@\1/g')
# Remove markdown headers.
changelog=$(echo "$changelog" | sed -E 's/^#+ //g')
# Remove version comparison lines.
changelog=$(echo "$changelog" | sed '/https:\/\/github\.com\/.*\/compare\/.*/d')

# Create a signed and annotated tag.
git tag -s -a "$VERSION_TAG" -m "Release $VERSION_TAG" -m "$changelog"
Expand Down

0 comments on commit e2358f7

Please sign in to comment.