This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 956e8aa (doc) add fix to release plugin changes.xml 956e8aa is described below commit 956e8aaa1c859e1438b58b7c23d287f8b527e456 Author: Rob Tompkins <chtom...@apache.org> AuthorDate: Thu Jun 22 10:19:47 2023 -0400 (doc) add fix to release plugin changes.xml --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 44af863..e5a01e6 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,7 +29,8 @@ <body> <release version="1.8.1" date="2020-MM-DD" description="Version 1.8"> <!-- FIXES --> - <action type="update" dev="ggregory" due-to="Marc Wrobel">Fix minor typos #131.</action> + <action type="fix" dev="chtompki">Fix the signature validation script</action> + <action type="fix" dev="ggregory" due-to="Marc Wrobel">Fix minor typos #131.</action> <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 3 to 3.0.10 #123, #126, #128, #139, #140.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/checkout from 3 to 3.1.0 #141.</action>