We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
We can use smth like git log --oneline | awk '{ sub(/^.{7}\ /, ""); print }' for filling the changelog automatically.
git log --oneline | awk '{ sub(/^.{7}\ /, ""); print }'
Sorry, something went wrong.
Removing from board as part of https://github.com/Shopify/resiliency/issues/1665#issuecomment-1521694175
Release
d1aa4a7
No branches or pull requests
https://github.com/marketplace/actions/tag-and-release
The text was updated successfully, but these errors were encountered: