From ec0b14cca73cd53ce7761411b0d8a32c889af3ce Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Fri, 20 Sep 2024 11:48:41 +0200 Subject: [PATCH] Update HOW_TO_RELEASE.md [skip-ci] --- HOW_TO_RELEASE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/HOW_TO_RELEASE.md b/HOW_TO_RELEASE.md index e3ee01fe..9e64b366 100644 --- a/HOW_TO_RELEASE.md +++ b/HOW_TO_RELEASE.md @@ -15,7 +15,14 @@ - [ ] Update the documentation according to new deprecations ## Update static content -- [ ] Update CI tests data used by mocked ftp and http servers. Use CLI [citests_httpdata_manager](https://github.com/euroargodev/argopy/blob/master/cli/citests_httpdata_manager) +- [ ] Update CI tests data used by mocked ftp and http servers. Use CLI [citests_httpdata_manager](https://github.com/euroargodev/argopy/blob/master/cli/citests_httpdata_manager): + ```bash + cd cli + ./citests_httpdata_manager -a clear --force --refresh + ./citests_httpdata_manager -a download + ./citests_httpdata_manager -a check + ``` +- [ ] Update list of valid Reference tables from the [NVS server](https://vocab.nerc.ac.uk/collection/?filter=Argo) - [ ] Update [static assets files](https://github.com/euroargodev/argopy/tree/master/argopy/static/assets) - [ ] Update the [cheatsheet PDF](https://github.com/euroargodev/argopy/blob/master/docs/_static/argopy-cheatsheet.pdf) with all new release features