From: Alexander Goussas Date: Fri, 24 Oct 2025 16:43:09 +0000 (-0500) Subject: docs: add changelog X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=11ee4139b95585e5f50ad56ecc77a04e6ae7e1c0;p=gradle-changelog-plugin.git docs: add changelog --- diff --git a/.gitignore b/.gitignore index ec06a08..38e0d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,3 @@ bin/ .DS_Store .idea - -CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3d48e9d --- /dev/null +++ b/CHANGELOG.md @@ -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)