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 ```