File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Releasing
2
+
3
+ Create a release and packages on GitHub:
4
+
5
+ - Change the ` version ` in ` build.gradle ` : remove ` -SNAPSHOT `
6
+ - Commit and tag that state (e.g. ` git tag 0.4.0 ` ), push the tag (e.g. ` git push origin 0.4.0 ` )
7
+ - Push that state to the ` publish ` branch to create GitHub packages: ` git push origin master:publish `
8
+ - Create a local runner distribution: ` ./gradlew distZip `
9
+ - Create a release on GitHub: https://github.com/metafacture/metafacture-fix/releases , choose the new tag
10
+ - Attach the runner zip from ` metafacture-fix/metafix-runner/build/distributions `
11
+ - Update the ` version ` in ` build.gradle ` : increase number, add ` -SNAPSHOT `
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ subprojects {
53
53
}
54
54
55
55
group = ' org.metafacture'
56
- version = ' 0.4 .0-SNAPSHOT'
56
+ version = ' 0.5 .0-SNAPSHOT'
57
57
58
58
apply plugin : ' checkstyle'
59
59
apply plugin : ' eclipse'
You can’t perform that action at this time.
0 commit comments