Skip to content

Release v2024 11 18

paolino edited this page Nov 6, 2024 · 1 revision

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 [email protected]:cardano-foundation/cardano-wallet.git cd cardano-wallet export NEW_GIT_TAG=v2024-11-18 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