]> git.frustrated-labs.net Git - gradle-changelog-plugin.git/commit
feat: propagate shell errors if git commands fail
authorAlexander Goussas <[email protected]>
Fri, 24 Oct 2025 16:40:08 +0000 (11:40 -0500)
committerAlexander Goussas <[email protected]>
Fri, 24 Oct 2025 16:47:10 +0000 (11:47 -0500)
commit4cce4e7c11b9d362c37dafd71d28f171245da309
treede8fba2e83bd5329af2fa738593eec2c6d325642
parent8f3ac4bcba2fa26d78d1688453f81c5d5bd82d98
feat: propagate shell errors if git commands fail
app/build.gradle.kts
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/ChangelogTask.kt
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/git/GitService.kt
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/git/commands/AbstractGitCommand.kt
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/git/commands/GetCurrentBranchCommitsCommand.kt
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/git/commands/GitCommand.kt