We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c2540 commit 8109ca7Copy full SHA for 8109ca7
README.md
@@ -181,6 +181,11 @@ This section is intended for developers preparing a new release of xcube-cds.
181
182
### Pre-release tasks
183
184
+ - Make sure that dependencies and their versions are up to date in
185
+ the `environment.yml` file. In particular, check that the required xcube
186
+ version is correct and that required version numbers of packages which are
187
+ also transitive xcube dependencies (e.g. xarray) are compatible with
188
+ xcube's requirements.
189
- Make sure that all unit tests pass and that test coverage is 100% (or
190
as near to 100% as practicable).
191
- Remove any pre-release (‘dev’, ‘rc’ etc.) suffix from the version number in
0 commit comments