Replies: 1 comment 1 reply
-
Hi, with the actual design it's almost impossible so this is something we would like to support in Semver 3 #655. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So what we currently have: (commits timeline is going down)
which put git tags on the last 2 commits like this:
Is it possible currently to create this commit history?:
which means we will put more git tags on the same commit (in this case api-0.0.1 and components-0.0.1).
I know if we have many libraries it can be a long commit message, but probably it can be solved in a way.
For example, allowing longer commit messages or overriding default release commit message in "root config".
just an example:
For me the commit message is less important. If it does not contain "version" and version numbers, idc. I'm using git tags for deploying and other stuffs. (It is really personal point of view).
What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions