From 11ee4139b95585e5f50ad56ecc77a04e6ae7e1c0 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Fri, 24 Oct 2025 11:43:09 -0500 Subject: [PATCH] docs: add changelog --- .gitignore | 2 -- CHANGELOG.md | 9 +++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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) -- 2.43.0