Skip to content

Release v2024 11 18

paolino edited this page Jan 6, 2025 · 2 revisions

Prepare the release process

Update the release page

Check out the docker image is on the docker hub

Check out the bump.sh portal has the new release

Fix redirect links in the documentation

  • [] Make a commit with redirects to the documentation for the release like bash git clone git@github.com:cardano-foundation/cardano-wallet.git cd cardano-wallet export NEW_GIT_TAG=v2025-01-06 git checkout gh-pages git pull origin gh-pages cd releases ./make_redirects.sh $NEW_GIT_TAG git push origin gh-pages A ticket is opened to automate this step https://cardanofoundation.atlassian.net/browse/ADP-3428

Check sensitive fields in the API

  • [] Verify that sensitive fields listed in Cardano/Wallet/Api/Server are still accurate and aren't missing any new ones.
    sensitive =
        [ "passphrase"
        , "old_passphrase"
        , "new_passphrase"
        , "mnemonic_sentence"
        , "mnemonic_second_factor"
        ]
    

Publication

  • [] Once two engineers have signed off, publish the release draft.

  • [] Merge the (administrative) commits created for the release tag back into the master branch.

  • [] Check out the documentation has been published by the github action https://github.com/cardano-foundation/cardano-wallet/actions/runs/11912789791

  • [] Remember to leave this checklist in an up-to-date status for the next releaser