Skip to content
New issue

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

Automate create github release #476

Open
miry opened this issue Feb 15, 2023 · 2 comments
Open

Automate create github release #476

miry opened this issue Feb 15, 2023 · 2 comments
Labels

Comments

@miry
Copy link
Contributor

miry commented Feb 15, 2023

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 miry added the Semian label Feb 15, 2023
@tsevan
Copy link

tsevan commented Feb 15, 2023

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

@addityasingh
Copy link
Contributor

miry referenced this issue Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants