File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # Releasing Openml Croissant
2+ ## Create release branch
3+ Create a release branch from ` develop ` , named `release/v[ MAJOR] .[ MINOR] .[ PATCH] .
4+
5+ ## Update version and changelog
6+ Update the version in [ pom.xml] ( pom.xml ) .
7+
8+ ## Merge
9+ Merge back to ` develop ` , don't delete the branch.
10+ Merge back to ` master ` .
11+
12+ ## Create a tag
13+ Create a tag, named ` v[MAJOR].[MINOR].[PATCH] ` . A docker container will automatically be build
14+ and published.
15+
16+ ## Deploy
17+ Deploy the new version to be used. [ TODO] .
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.openml</groupId >
44 <artifactId >EvaluationEngine</artifactId >
5- <version >0.1.1 -SNAPSHOT</version >
5+ <version >1.2.0 -SNAPSHOT</version >
66 <name >EvaluationEngine</name >
77 <description >OpenML EvaluationEngine; processes datasets, generates splits and evaluates runs</description >
88 <organization >
You can’t perform that action at this time.
0 commit comments