Replies: 4 comments 6 replies
|
Hey. Apologies for missing your message. Thanks for taking a look at uplift. You are right. At the moment uplift was designed to integrate within your CI analysing the last commit message. So there is an assumption that you have used a squash merge strategy when merging PRs for example. Would you mind describing your use case? It sounds like some functionality that would be worth implementing Thanks |
0 replies
|
I found another project that fits more what i want to do: https://github.com/caarlos0/svu |
1 reply
|
+1 for more than the latest commit.
Example use cases:
e.g.
would bump the patch version as there are no patches or breaking changes.
would bump the feature version as a feature commit was included. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
i am evaluating this tool as a replacement for
semantic-release, but from the tests i've done, it seems it only looks at the latest commit, instead of all the commits that were added since the last release.Is that on purpose? Can it be configured ?
Thanks
All reactions