akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/docs/akka-http
Other
1.34k stars 593 forks source link

Release Akka HTTP 10.2.0-M1 #3093

Closed raboof closed 4 years ago

raboof commented 4 years ago

~ 1 week before the release

1 day before the release

Preparing release notes in the documentation / announcement

Cutting the release

Check availability

When everything is on maven central

Announcements

Afterwards

jrudolph commented 4 years ago
* update the `10.1` and `current` links on `repo.akka.io` to point to the latest version with (**replace the minor appropriately**)
  ```
  ln -nsf 10.2.0-M1 www/docs/akka-http/10.1
  ln -nsf 10.2.0-M1 www/api/akka-http/10.1
  ln -nsf 10.2.0-M1 www/japi/akka-http/10.1
  ln -nsf 10.2.0-M1 www/docs/akka-http/current
  ln -nsf 10.2.0-M1 www/api/akka-http/current
  ln -nsf 10.2.0-M1 www/japi/akka-http/current
  ```

Apart from that being a bit wrong about the minor version, I think we shouldn't yet update the current link yet.