liquibase / liquibase-gradle-plugin

A Gradle plugin for Liquibase
Other
199 stars 59 forks source link

Added an 'author' argument for the `DiffChangelogCommand` #132

Closed EggOxygen closed 1 year ago

EggOxygen commented 1 year ago

This PR introduces an 'author' argument to support the diff-changelog command in https://github.com/liquibase/liquibase/pull/3990.

I tested it on a Gradle-based project and ran diffChangelog. The changesets' author appears to be functioning correctly with the one I provided.

stevesaliman commented 12 months ago

I added the author argument to GenerateChangeLogCommand since that command also supports it in Liquibase.

I also updated the changelog, changed the version to a SNAPSHOT version, and made the order of constants more consistent with the others.

unlimitedsola commented 11 months ago

Thanks to everyone who worked on this! Can we get a new version released for this?

We have a custom Gradle setup where we wanted to use the contributor's Git username as the author to generate changelogs and we're excited about this to be fixed.

MalloD12 commented 11 months ago

cc: @stevesaliman ^^

stevesaliman commented 11 months ago

I had some other things I had hoped to fix in the next release, but I'm not sure if I'll be able to. I can do a release for this fix over the weekend.

unlimitedsola commented 10 months ago

@stevesaliman Sorry for bothering you again, is there anything that we can help with to get a new version released?

stevesaliman commented 10 months ago

Version 2.2.1 was released this morning. Sorry for the delay.

unlimitedsola commented 10 months ago

❤️ Thanks for your hard work!