]>
git.frustrated-labs.net Git - gradle-changelog-plugin.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alexander Goussas [Fri, 24 Oct 2025 16:43:09 +0000 (11:43 -0500)]
docs: add changelog
Alexander Goussas [Fri, 24 Oct 2025 16:41:52 +0000 (11:41 -0500)]
feat: add changes from current branch first so that they appear before existing commits in the entry
Alexander Goussas [Fri, 24 Oct 2025 16:40:08 +0000 (11:40 -0500)]
feat: propagate shell errors if git commands fail
Alexander Goussas [Fri, 24 Oct 2025 16:31:18 +0000 (11:31 -0500)]
feat: add git service to generate new changelog entry from current branch changes
Alexander Goussas [Fri, 24 Oct 2025 15:54:43 +0000 (10:54 -0500)]
feat: add git command to show current checkout out branch
Alexander Goussas [Fri, 24 Oct 2025 15:38:26 +0000 (10:38 -0500)]
feat: add git command to get commits from current branch only
Alexander Goussas [Fri, 24 Oct 2025 15:30:17 +0000 (10:30 -0500)]
feat: add git command executors
Alexander Goussas [Fri, 24 Oct 2025 14:38:18 +0000 (09:38 -0500)]
feat: implement changelog markdown formatter + tests
Alexander Goussas [Fri, 24 Oct 2025 13:50:58 +0000 (08:50 -0500)]
tests: add more tests for markdown changelog parser
Alexander Goussas [Fri, 24 Oct 2025 04:57:28 +0000 (23:57 -0500)]
feat: implement markdown parser + add tests
Alexander Goussas [Thu, 23 Oct 2025 17:34:05 +0000 (12:34 -0500)]
feat: add plugin configuration
Alexander Goussas [Wed, 22 Oct 2025 20:29:47 +0000 (15:29 -0500)]
feat: add changelog parser interface
Alexander Goussas [Wed, 22 Oct 2025 20:20:57 +0000 (15:20 -0500)]
init