You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/16 21:04:26 UTC

[logging-log4j2] branch release-2.x updated: Fix `guidelines.xml`

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 2d07c714ac Fix `guidelines.xml`
2d07c714ac is described below

commit 2d07c714acf5df542e787e467600de2838e7b57f
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Jan 16 22:05:33 2023 +0100

    Fix `guidelines.xml`
---
 src/site/xdoc/guidelines.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/guidelines.xml b/src/site/xdoc/guidelines.xml
index 089c3e25d5..31b4d76206 100644
--- a/src/site/xdoc/guidelines.xml
+++ b/src/site/xdoc/guidelines.xml
@@ -231,7 +231,7 @@
       </subsection>
       <a name="changelogs"/>
       <subsection name="Changelog and Git logs">
-      <p>Many code changes should be noted in a <code>changelog/.unreleased-*/&lt;issueId&gt;_&lt;shortSummary&gt;.xml</code> file, and all should be
+      <p>Many code changes should be noted in a <code>src/changelog/.&lt;releaseMajorVersion&gt;.x.x/&lt;issueId&gt;_&lt;shortSummary&gt;.xml</code> file, and all should be
         documented in Git commit messages. Often the text of the Git
         log and the changelog entry are the same, but the distinct requirements
         sometimes result in different information.</p>