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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new e0c2ab1  Document `merge-dependabot-reusable.yaml`
e0c2ab1 is described below

commit e0c2ab19ead0e6f1b578787c59849e8f782d6386
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Tue May 14 20:54:18 2024 +0200

    Document `merge-dependabot-reusable.yaml`
---
 src/site/antora/modules/ROOT/pages/features.adoc | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/site/antora/modules/ROOT/pages/features.adoc 
b/src/site/antora/modules/ROOT/pages/features.adoc
index e0ee644..0c16f84 100644
--- a/src/site/antora/modules/ROOT/pages/features.adoc
+++ b/src/site/antora/modules/ROOT/pages/features.adoc
@@ -55,15 +55,18 @@ The provided reusable GitHub Actions workflows feature the 
following convenience
 * Compiles using the specified Java compiler version
 * Verifies reproducibility
 
-`deploy-site-reusable.yaml`::
-* Builds and deploys the website
-
-`deploy-snapshot-reusable.yaml`::
-* Deploys SNAPSHOT artifacts
-
 `deploy-release-reusable.yaml`::
 * Deploys release artifacts
 * Updates `revision` and `project.build.outputTimestamp` Maven properties
 * Generates the distribution ZIP containing Git-tracked sources, binary 
attachments, `NOTICE.txt`, etc.
 * Generates the release vote & announcement emails
 * Uploads the distribution ZIP and emails to SVN
+
+`deploy-site-reusable.yaml`::
+* Builds and deploys the website
+
+`deploy-snapshot-reusable.yaml`::
+* Deploys SNAPSHOT artifacts
+
+`merge-dependabot-reusable.yaml`::
+* Merges `dependabot` PRs changelog entries

Reply via email to