chore(release): release rustypipe v0.2.0
This commit is contained in:
parent
198dac35fd
commit
435340fafa
3 changed files with 41 additions and 3 deletions
2
Justfile
2
Justfile
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue