Matthew Maclean

Results 9 comments of Matthew Maclean

I'm not sure `--first-parent` is the workflow we want to promote. The reason for adding this in https://github.com/palantir/gradle-git-version/issues/46 was for hotfixes. My understanding of gitflow is you only tag on...

Products often release a latest which is based on develop. In this case you want a version on develop related to what's been merged in from master. My understanding is...

We manage tags on one branch (master) and merge it into develop to propagate it to other branches for usage. This allows us to release latest from develop and have...

Sorry for the late reply, closed my PR and will try out workflows that rely on `--first-parent`. If a similar style change occurs in the future to git-version, we should...

This bug is preventing me from adopting eslint-plugin-sql.

It's difficult to use this library when lint --fix breaks the linter.

This is still a problem and annoying to discover when upgrading to v4/v5 of the CLI. If you rely on setting `cwd`, then you also can't switch over to CodegenContext...

Makes sense, I'll look/ask about ways to work around that in the mailing list.

Is this going to be limited to endpoints? In Java you can add it to arbitrary methods, which is very useful for being able to monitor and prevent regressions on...