You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/15 20:46:27 UTC

[incubator-pekko-site] branch main updated: Update README.md

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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7066e92  Update README.md
7066e92 is described below

commit 7066e9244f4ac93106ae06132a8e788fede3ea11
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Jan 15 21:46:24 2023 +0100

    Update README.md
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index a091c45..aa56949 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,16 @@
 # incubator-pekko-site
+
+Publishing the Apache Pekko web site requires:
+
+1. Clone https://github.com/apache/incubator-pekko-site into a local directory.
+2. Check out the asf-staging branch.
+3. If you have used `sbt docs/paradox` in `incubator-pekko` repo, you can use `cp -r <path>/incubator-pekko/docs/target/paradox/site/main/ content/`
+4. Perform `git add` on the affected files and `git commit`.
+5. Perform `git push`.
+6. After a few minutes review https://pekko.staged.apache.org and make sure the appropriate changes are present.
+7. Once the site has been approved checkout the asf-site branch.
+8. Perform `git rebase asf-staging` followed by `git push`.
+9. After a few minutes verify that https://pekko.apache.org has the correct changes.
+
+Further information regarding what to edit in the site during a release may be found at 
+[How to Release - Update the Web Site](https://cwiki.apache.org/confluence/display/FLUME/How+to+Release#HowtoRelease-Updatethewebsite).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org