From b4a22a01449821c7ecb73c7eb9c77f0ca933f204 Mon Sep 17 00:00:00 2001
From: Christoph Witzko <github@christophwitzko.com>
Date: Thu, 9 Feb 2023 13:56:45 +0100
Subject: [PATCH] docs: add hooks-exec

---
 LICENSE   | 2 +-
 README.md | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE
index cd92284..8f59e2e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020 Christoph Witzko
+Copyright (c) 2023 Christoph Witzko
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 209e7f3..9b6c5a0 100644
--- a/README.md
+++ b/README.md
@@ -188,6 +188,7 @@ tar -xzvf ./semrel-plugins.tgz
   * [GoReleaser](https://github.com/go-semantic-release/hooks-goreleaser)
   * [npm-binary-releaser](https://github.com/go-semantic-release/hooks-npm-binary-releaser)
   * [plugin-registry-update](https://github.com/go-semantic-release/hooks-plugin-registry-update)
+  * [exec](https://github.com/go-semantic-release/hooks-exec)
 * Files Updater ([Docs](https://pkg.go.dev/github.com/go-semantic-release/semantic-release/v2/pkg/updater?tab=doc#FilesUpdater))
   * [npm](https://github.com/go-semantic-release/files-updater-npm)
   * [helm](https://github.com/go-semantic-release/files-updater-helm)
@@ -237,4 +238,4 @@ If you commit to this branch a new incremental pre-release is created everytime
 
 The [MIT License (MIT)](http://opensource.org/licenses/MIT)
 
-Copyright © 2020 [Christoph Witzko](https://twitter.com/christophwitzko)
+Copyright © 2023 [Christoph Witzko](https://twitter.com/christophwitzko)
-- 
GitLab