We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparation
prepare-release-10.2.3
dev-v10
README.txt
WHATSNEW.txt
packaging/common/khiops
10.2.3-rc.1
src/Learning/KWUtils/KWKhiopsVersion.h
Full Test Loop
LearningTest
Finalize the Release
MAJOR
MINOR
dev
main
PATCH
*-hotfix
git tag v10.3.0
git push --tags
git tag 10.2.1
packaging/common/khiops/WHATSNEW.txt
khiops-python
khiops-notebook
Final Git Manipulations
git fetch
git switch main
git switch dev
git reset --hard main
git push
khiops -e log.txt
khiops -o scenario._kh
khiops -s
The text was updated successfully, but these errors were encountered:
popescu-v
No branches or pull requests
Description
Preparation
prepare-release-10.2.3
branch, based on thedev-v10
branch; check out theprepare-release-10.2.3
branchREADME.txt
andWHATSNEW.txt
in thepackaging/common/khiops
directory10.2.3-rc.1
in thesrc/Learning/KWUtils/KWKhiopsVersion.h
header fileprepare-release-10.2.3
branch and have it revieweddev-v10
branch10.2.3-rc.1
pre-release tag on thedev-v10
branchFull Test Loop
10.2.3-rc.1
pre-release tagthe CICD generated packages
LearningTest
) in all supported environmentsFinalize the Release
src/Learning/KWUtils/KWKhiopsVersion.h
to the final release tag 10.2.3MAJOR
orMINOR
release: Mergedev
intomain
(via PR)PATCH
releases are kept and tagged*-hotfix
branchMAJOR
orMINOR
release: Tag themain
branch (ex.git tag v10.3.0
thengit push --tags
)PATCH
release: Tag the corresponding*-hotfix
(ex.git tag 10.2.1
thengit push --tags
)packaging/common/khiops/WHATSNEW.txt
to in the new[github release entry][khiops-releases]
khiops-python
,khiops-notebook
.Final Git Manipulations
MAJOR
orMINOR
releases, update the main*-hotfix
branched from the tagged commit inmain
dev
branch point tomain
git fetch
, thengit switch main
,git switch dev
andgit reset --hard main
request before merging"
git push
merging"
Context
khiops -e log.txt
): N/Akhiops -o scenario._kh
): Anykhiops -s
): All supportedThe text was updated successfully, but these errors were encountered: