Skip to content

Commit

Permalink
Sandbox: Update development docs about changes to the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 13, 2024
1 parent ba8f9d0 commit ca7f53d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions DEVELOP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,16 @@ To create a new release, you must:

- Push to origin and create a tag by invoking ``./devtools/create_tag.sh``

- Run the ``admin_ui_release`` job on Jenkins
- Run the ``admin_ui_release`` job on Jenkins, using the relevant
tag of the new release version

- Submit a patch to upgrade Admin UI in CrateDB like
https://github.com/crate/crate/pull/13390
- Find out about the SHA256 checksum of the release tarball::

wget https://cdn.crate.io/downloads/releases/crate-admin-1.24.7.tar.gz
sha256sum crate-admin-1.24.7.tar.gz

- Submit a patch to update Admin UI in CrateDB, like
https://github.com/crate/crate/pull/15337


*************
Expand Down

0 comments on commit ca7f53d

Please sign in to comment.