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

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c5d40d262 release notes for 2.0.0-M2 (#2964)
8c5d40d262 is described below

commit 8c5d40d26220044e181c2cc8b727247f9e8f72f0
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 13 20:35:39 2026 +0100

    release notes for 2.0.0-M2 (#2964)
    
    * release notes for 2.0.0-M2
    
    * Update releases-2.0.md
---
 .github/workflows/publish-2.0-docs.yml              | 12 ++++++------
 docs/src/main/paradox/release-notes/releases-2.0.md | 14 ++++++++++++++
 2 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/publish-2.0-docs.yml 
b/.github/workflows/publish-2.0-docs.yml
index f2b2009ac1..2848faec7a 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -60,20 +60,20 @@ jobs:
         env:
           DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
         run: |-
-          sbt -Dpekko.genjavadoc.enabled=true "set ThisBuild / version := 
\"2.0.0-M1\"; docs/paradox; unidoc"
+          sbt -Dpekko.genjavadoc.enabled=true "set ThisBuild / version := 
\"2.0.0-M2\"; docs/paradox; unidoc"
 
       # Create directory structure upfront since rsync does not create 
intermediate directories otherwise
       - name: Create directory structure
         run: |-
-          mkdir -p target/nightly-docs/docs/pekko/2.0.0-M1/
+          mkdir -p target/nightly-docs/docs/pekko/2.0.0-M2/
           mkdir -p target/nightly-docs/docs/pekko/2.0/
-          cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko/2.0.0-M1/docs
+          cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko/2.0.0-M2/docs
           cp -r docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko/2.0/docs
           rm -r docs/target/paradox/site/main/
-          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko/2.0.0-M1/api
+          cp -r target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko/2.0.0-M2/api
           cp -r target/scala-2.13/unidoc target/nightly-docs/docs/pekko/2.0/api
           rm -r target/scala-2.13/unidoc
-          cp -r target/javaunidoc target/nightly-docs/docs/pekko/2.0.0-M1/japi
+          cp -r target/javaunidoc target/nightly-docs/docs/pekko/2.0.0-M2/japi
           cp -r target/javaunidoc target/nightly-docs/docs/pekko/2.0/japi
           rm -r target/javaunidoc
 
@@ -82,7 +82,7 @@ jobs:
         with:
           upload: true
           switches: --archive --compress --update --delete --progress 
--relative
-          local_path: target/nightly-docs/./docs/pekko/2.0.0-M1 # The 
intermediate dot is to show `--relative` which paths to operate on
+          local_path: target/nightly-docs/./docs/pekko/2.0.0-M2 # The 
intermediate dot is to show `--relative` which paths to operate on
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
diff --git a/docs/src/main/paradox/release-notes/releases-2.0.md 
b/docs/src/main/paradox/release-notes/releases-2.0.md
index 23113941ec..84ab1f3455 100644
--- a/docs/src/main/paradox/release-notes/releases-2.0.md
+++ b/docs/src/main/paradox/release-notes/releases-2.0.md
@@ -2,11 +2,25 @@
 
 Apache Pekko 2.0.x releases support Java 17 and above.
 
+## 2.0.0-M2
+
+This is milestone release and is aimed at testing this new major version
+by early adopters. This is experimental. This release should not be used in 
production.
+
+See the [GitHub Milestone for 
2.0.0-M2](https://github.com/apache/pekko/milestone/19?closed=1) for a fuller 
list of changes.
+
+### Main changes
+
+* Added many Akka changes that have recently become Apache Licensed (up to 
Akka 2.8.2).
+* Some more deprecated code has been removed but the changes are significantly 
smaller in this area than in 2.0.0-M1.
+
 ## 2.0.0-M1
 
 This is milestone release and is aimed at testing this new major version
 by early adopters. This is experimental. This release should not be used in 
production.
 
+See the [GitHub Milestone for 
2.0.0-M1](https://github.com/apache/pekko/milestone/5?closed=1) for a fuller 
list of changes.
+
 ### Main changes
 
 * Java 17 is the new minimum


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to