diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a8272a..5892e401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)). - Fix behavior of interrupt (SIGINT, SIGTERM) signals. Task will now give time for the processes running to do cleanup work - ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728)). + ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728), [#769](https://github.com/go-task/task/pull/769)). - Add new `--exit-code` (`-x`) flag that will pass-through the exit form the command being ran ([#755](https://github.com/go-task/task/pull/755)). diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index b5ae4c6e..d816eacb 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -11,7 +11,7 @@ sidebar_position: 6 ([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)). - Fix behavior of interrupt (SIGINT, SIGTERM) signals. Task will now give time for the processes running to do cleanup work - ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728)). + ([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728), [#769](https://github.com/go-task/task/pull/769)). - Add new `--exit-code` (`-x`) flag that will pass-through the exit form the command being ran ([#755](https://github.com/go-task/task/pull/755)).