]> git.frustrated-labs.net Git - gradle-changelog-plugin.git/commit
feat: add changelog parser interface
authorAlexander Goussas <[email protected]>
Wed, 22 Oct 2025 20:29:47 +0000 (15:29 -0500)
committerAlexander Goussas <[email protected]>
Wed, 22 Oct 2025 20:29:47 +0000 (15:29 -0500)
commit6d14a89cecab6a264e016661a57393fcda9b8d55
tree03abfbfc50f51adcd18a3f7b5025f11321a54c30
parentee4c389f79fc912e1d85e52015b70fbbeb3dcce3
feat: add changelog parser interface
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/Changelog.kt [new file with mode: 0644]
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/ChangelogEntry.kt [new file with mode: 0644]
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/git/Commit.kt [new file with mode: 0644]
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/parser/ChangelogParser.kt [new file with mode: 0644]
changelog-plugin/src/main/kotlin/io/github/aloussase/changelog/parser/MarkdownChangelogParser.kt [new file with mode: 0644]