This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.5.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 6a856ce913e4203378e533ece7796edd1a7803b5 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Dec 18 10:54:48 2023 +0100 Replace `log4j-changelog` entry type of `dependabot` updates from `changed` to `updated` --- .github/workflows/merge-dependabot-reusable.yaml | 2 +- src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml | 7 +++++++ src/site/_release-notes/_10.5.0.adoc | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/merge-dependabot-reusable.yaml b/.github/workflows/merge-dependabot-reusable.yaml index 753e602..d862a4c 100644 --- a/.github/workflows/merge-dependabot-reusable.yaml +++ b/.github/workflows/merge-dependabot-reusable.yaml @@ -107,7 +107,7 @@ jobs: <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="$PR_ID" link="$PR_URL"/> <description format="asciidoc">Update \`$DEPENDENCY_NAME\` to version \`$DEPENDENCY_VERSION\`</description> </entry> diff --git a/src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml b/src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml new file mode 100644 index 0000000..3d07165 --- /dev/null +++ b/src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://logging.apache.org/log4j/changelog" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" + type="changed"> + <description format="asciidoc">Replace `log4j-changelog` entry type of `dependabot` updates from `changed` to `updated`</description> +</entry> diff --git a/src/site/_release-notes/_10.5.0.adoc b/src/site/_release-notes/_10.5.0.adoc index 8672a3b..94a7c0f 100644 --- a/src/site/_release-notes/_10.5.0.adoc +++ b/src/site/_release-notes/_10.5.0.adoc @@ -52,5 +52,6 @@ Log4j was the blocker for this upgrade and the issue is resolved in https://gith * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` (https://github.com/apache/logging-parent/pull/70[70]) * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3` (https://github.com/apache/logging-parent/pull/80[80]) * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` (https://github.com/apache/logging-parent/pull/71[71]) +* Replace `log4j-changelog` entry type of `dependabot` updates from `changed` to `updated` * Update `org.apache:apache` to version `31` (https://github.com/apache/logging-parent/pull/73[73]) * Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.7.0` (https://github.com/apache/logging-parent/pull/84[84])
