Skip to content

Commit

Permalink
Release Doc added
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Jun 4, 2020
1 parent 910fd5a commit 46b24f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# IcedTeaWeb release for AdoptOpenJDK

For a release several steps are needed:

- For a 1.x release the news, release-doc and config must be updated. An example can be found here: https://github.com/AdoptOpenJDK/IcedTea-Web/commit/6b2d51873acc745016311712074fde89a629ccb8
- A tag for the version must be created
- The `icedtea-web_build_x86-64_linux` build job in the Adopt CI server must be triggered: https://ci.adoptopenjdk.net/view/IcedTea-Web/
- The `icedtea-web_build_x86-64_portable` build job in the Adopt CI server must be triggered: https://ci.adoptopenjdk.net/view/IcedTea-Web/
- The `icedtea-web_build_x86-64_windows` build job in the Adopt CI server must be triggered: https://ci.adoptopenjdk.net/view/IcedTea-Web/ This build will automatically trigger the `icedtea-web_sign_x86-64_windows` build if it finished successfully
- All artifacts of the following jenkins build must be downloaded: `icedtea-web_build_x86-64_linux`, `icedtea-web_build_x86-64_portable` and `icedtea-web_sign_x86-64_windows`
- A release in the GitHub repo must be created and all downloaded artifacts must be uploaded to the build. Example: https://github.com/AdoptOpenJDK/IcedTea-Web/releases/tag/icedtea-web-1.8.3
- The AdoptOpenJDK download page for IcedTeaWeb (https://adoptopenjdk.net/icedtea-web.html) must be updated. See https://github.com/AdoptOpenJDK/openjdk-website/blob/master/src/handlebars/icedtea-web.handlebars
- The IcedTeaWeb version in Wikipedia must be updated: https://en.wikipedia.org/wiki/IcedTea

Once all steps above are done a new release of IcedTeaWeb has been successfully created. To bundle the release in future versions of AdoptOpenJDK some additional steps are needed.

0 comments on commit 46b24f4

Please sign in to comment.