Ned Twigg

Results 639 comments of Ned Twigg

It is probably possible to accomplish this, but it may be difficult. Happy to accept a PR for this, but we have no plans to implement. The only advice I...

That seems very reasonable! If it works for you, I'd be happy to merge a PR for it.

Is this fixed in [HebiRobotics/MFL](https://github.com/HebiRobotics/MFL)?

This is fixed in https://github.com/HebiRobotics/MFL

Right now the model is this: - `## [x.y.z] - yyyy-mm-dd {optionalHeaderMisc}` In order to work, spotless-changelog needs to parse a changelog *and* modify it. So to handle your case,...

Wow! Not sure how we missed that. If you aren't using SSH: https://github.com/diffplug/spotless-changelog/blob/8884a8b4db09c30541d9282f3290c1703cb782da/spotless-changelog-lib/src/main/java/com/diffplug/spotless/changelog/GitActions.java#L177-L196 If you are using SSH: https://github.com/diffplug/spotless-changelog/blob/8884a8b4db09c30541d9282f3290c1703cb782da/spotless-changelog-lib/src/main/java/com/diffplug/spotless/changelog/GitActions.java#L177-L196 Agreed we should document better.

How about if git errors looked like this: ``` ### Expected the current branch to be `main` and to push to `origin` because spotlessChangelog { remote 'origin' branch 'main' ......

I've been tinkering with Anthropic Haiku just in their playground, and for a lot of our evals it's actually doing better than GPT-4-turbo, it's 40x cheaper on input tokens, 20x...

Thanks for the issue, I'd be happy to merge a PR from anyone which adds it.

Thanks for the PR! - needs a `spotlessApply` - needs to update all changelogs: root, plugin-gradle, plugin-maven