-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
Status/DoneThe issue has been addressed and merged to the dev branchThe issue has been addressed and merged to the dev branch
Milestone
Description
Checklist (minor release):
- Create branch
- Update CHANGELOG.md
- Push this issue branch and create PR for it
- Merge PR into
dev - Create PR to merge
devintomain; - Merge PR into
main; - Git tag
mainwith 10.2.2.3; - Push the 10.2.2.3 tag on
main; thus, [.github/workflows/pip.yml] and [.github/workflows/conda.yml] are automatically launched on the 10.2.2.3 tag; whence, a GitHub pre-release is created, the Pip packages are pushed to the pre-release, and the Conda packages are pushed to the defaultkhiops-devchannel; - Launch [.github/workflows/conda.yml] manually, on the 10.2.2.3 tag, selecting the official
khiopschannel; - Copy relevant CHANGELOG.md contents to the 10.2.2.3 GitHub pre-release;
- Launch [.github/workflows/api-docs.yml] manually on the 10.2.2.3 tag and instruct it to deploy the documentation pages;
- (After the Conda package has been pushed to the official
khiopschannel and the API doc has been deployed) Transform the 10.2.2.3 GitHub pre-release into a release. - Make
devpoint to the merge commit just created inmain. This is necessary to include the merge commit intomainto calculate intermediary versions with Versioneer. Steps:
git switch dev
git reset --hard main
git push origin dev # (you need to remove the protections of dev for this step)
Metadata
Metadata
Assignees
Labels
Status/DoneThe issue has been addressed and merged to the dev branchThe issue has been addressed and merged to the dev branch