-
Notifications
You must be signed in to change notification settings - Fork 157
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
Optional empty commit on release #18
Comments
Nice feature, i would probably go with some configurable message template (like "release: $tag") instead of empty commit. |
Yes, I also thought about a message (nice to have it configurable), but I don't know what files could be modified and because of that it wrote "an empty commit". |
Ah, i see. There is no problem with empty commits (used in tests). |
Done, you can see readme on |
Looks good for me, thanks. |
It is great that axion doesn't depend on a version kept in a file, but it can be harder to notice a release just browsing commits (as tags are treated separately). There is a releases/tags tab in a GitHub interface, but sometimes it would be desirable to have a commit.
For those cases there could be a switch (disabled by default) which would make an empty commit with a message about release first and then tag it (there could be required an additional switch to allow JGit to accept empty commit).
The text was updated successfully, but these errors were encountered: