-
Notifications
You must be signed in to change notification settings - Fork 10
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
Will this automatically tag & release? #8
Comments
Hi @retorquere
Yes, when you have a pull request merged into the master branch, a changelog is automatically created on the GitHub releases page.
Yes, you can edit the automatically created changelog and upload assets. |
Will this only work for pull requests? Not when I tag something myself on master? I realize I can manually edit the upload assets, but can tis bot also automatically publish assets when it creates a release? |
Hi @retorquere
Currently, you can only automate the creation of a changelog through a pull request. Next time, it will increase the automatic establishment through git push. If it is a tag, it can only be created manually.
There is currently no such plan. I suggest you can try this program. https://github.com/tcnksm/ghr |
Will this automatically tag & release on my project when I have a commit message like
fix: ...
? Can I specify release assets?The text was updated successfully, but these errors were encountered: