]> git.frustrated-labs.net Git - gradle-changelog-plugin.git/commitdiff
docs: add changelog
authorAlexander Goussas <[email protected]>
Fri, 24 Oct 2025 16:43:09 +0000 (11:43 -0500)
committerAlexander Goussas <[email protected]>
Fri, 24 Oct 2025 16:47:10 +0000 (11:47 -0500)
.gitignore
CHANGELOG.md [new file with mode: 0644]

index ec06a0846fe3487c30e3acd73f324c97c2b5651f..38e0d8cda732aeb1f27889c07182272c8db7b1ba 100644 (file)
@@ -45,5 +45,3 @@ bin/
 .DS_Store
 
 .idea
-
-CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..3d48e9d
--- /dev/null
@@ -0,0 +1,9 @@
+# CHANGELOG
+
+## [Unreleased]
+- git-commands: feat: add changes from current branch first so that they appear before existing commits in the entry (Alexander Goussas)
+- git-commands: feat: propagate shell errors if git commands fail (Alexander Goussas)
+- git-commands: feat: add git service to generate new changelog entry from current branch changes (Alexander Goussas)
+- git-commands: feat: add git command to show current checkout out branch (Alexander Goussas)
+- git-commands: feat: add git command to get commits from current branch only (Alexander Goussas)
+- git-commands: feat: add git command executors (Alexander Goussas)