fix: create new build, refs NOISSUE
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# generates changelog since last release
|
||||||
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
|
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
|
||||||
git shortlog "${previous_tag}.." | sed 's/^./ &/'
|
git shortlog "${previous_tag}.." | sed 's/^./ &/'
|
||||||
|
|||||||
Reference in New Issue
Block a user