semian icon indicating copy to clipboard operation
semian copied to clipboard

Automate create github release

Open miry opened this issue 2 years ago • 2 comments

https://github.com/marketplace/actions/tag-and-release

$ git log --oneline | awk '{ sub(/^.{7}\ /, ""); print }'
$ sed '/^# \['$version'\]/,/^# \[/!d;//d;/^\s*$/d' CHANGELOG.md > tmp/release_changelog.md

miry avatar Feb 15 '23 12:02 miry

We can use smth like git log --oneline | awk '{ sub(/^.{7}\ /, ""); print }' for filling the changelog automatically.

tsevan avatar Feb 15 '23 12:02 tsevan

Removing from board as part of https://github.com/Shopify/resiliency/issues/1665#issuecomment-1521694175

addityasingh avatar May 03 '23 11:05 addityasingh