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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 5afe289490429d4cef0cce764c3c7efb143d3bb7
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Feb 1 12:38:16 2024 +0000

    NO-JIRA: add note about installing PyYAML to use the site release update 
scripts
---
 RELEASING.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/RELEASING.md b/RELEASING.md
index b3a47f2aab..9682e05370 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -309,6 +309,8 @@ cd activemq-website
 ```
 
 **NOTE**: Some of the release scripts use [Python](https://www.python.org/), 
ensure you have it installed before proceeding.
+Also, the [PyYAML](https://pyyaml.org/wiki/PyYAMLDocumentation) lib is used. 
Examples for installing that include
+using `dnf install python3-pyyaml` on Fedora, or installing it using Pip by 
running `pip install pyyaml`.
 
 Once the CDN and Maven Central are up-to-date then update the site as follows:
 

Reply via email to