File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ Checklist:
269269- Release issue and its related PR
270270 - Update the API Docs if necessary
271271 - Update ` CHANGELOG.md `
272- - Update the default ` khiops-core ` version in [ .github/workflows/conda.yml]
273272 - Update the default value for ` version ` in the ` download_datasets ` function in [ khiops/tools.py]
274273- Git manipulations
275274 - Update your local repo and save your work:
@@ -280,11 +279,18 @@ Checklist:
280279 - Tag the merge commit with the release version (see Versioning above)
281280 - ` git switch main `
282281 - ` git tag 11.0.0.2 # Just an example `
283- - Workflows
282+ - Release to repositories
284283 - Execute the ` Pip Package ` workflow specifying:
285284 - The tag on which to launch the workflow
286285 - The Pip repository: ` Test PyPI ` (for pre-releases) or ` PyPI ` (for
287286 releases)
287+ - New releases of related projects
288+ - Release after version bump:
289+ - ` khiops-feedstock ` (Conda package)
290+ - ` khiops-doc ` (website)
291+ - ` khiops-notebook ` and ` khiops-docker ` (Docker images)
292+ - Conda packages testing
293+ - Use the ` Test the released Conda Package ` workflow to test the ` khiops ` Conda package
288294
289295To make a public release, you must execute the ` Pip Package ` CI workflow manually on a tag and
290296specify the ` PyPI ` Pip repository for upload. These uploads do not overwrite any packages in
You can’t perform that action at this time.
0 commit comments