Skip to content

Commit

Permalink
Update HOW_TO_RELEASE.md [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze authored Sep 20, 2024
1 parent d8121d8 commit ec0b14c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec0b14c

Please sign in to comment.