chore(release): release rustypipe v0.2.0

This commit is contained in:
ThetaDev 2024-06-27 13:36:39 +02:00
parent 198dac35fd
commit 435340fafa
3 changed files with 41 additions and 3 deletions

View file

@ -79,7 +79,7 @@ release crate="rustypipe":
editor "$CHANGELOG"
git add "$CHANGELOG"
git add .
git commit -m "chore(release): release $CRATE v$VERSION"
awk 'BEGIN{RS="(^|\n)## [^\n]+\n*"} NR==2 { print }' "$CHANGELOG" | git tag -as -F - --cleanup whitespace "$TAG"