From ae9ae1b5b8055aa177b76bff5d5df7d4e2a486a7 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Tue, 2 Mar 2021 20:21:56 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a05fd..e3485fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.9.1...HEAD) -> TBD +### Fixes +- Push created annotated tags to remote by using `--follow-tags` and `--atomic` [#146](https://github.com/stefanzweifel/git-auto-commit-action/pull/146) ## [v4.9.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.9.0...v4.9.1) - 2021-02-23