File tree 5 files changed +10
-7
lines changed
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 5
5
- master
6
6
7
7
env :
8
- RELEASE_VERSION : " 0.4.23 "
9
- DEVELOP_VERSION : " 0.4.24 -SNAPSHOT"
8
+ RELEASE_VERSION : " 0.4.24 "
9
+ DEVELOP_VERSION : " 0.4.25 -SNAPSHOT"
10
10
GIT_AUTHOR_NAME : " @swisspost-devs"
11
11
GIT_AUTHOR_EMAIL :
" [email protected] "
12
12
GIT_COMMITTER_NAME : " swisspost-devs"
Original file line number Diff line number Diff line change @@ -73,5 +73,8 @@ There is a complete [documentation](https://nidi3.github.io/apikana-java/site/pl
73
73
74
74
### Development
75
75
The development is done in the ` develop ` branch.
76
- Releasing is done by defining the release and new development version in ` release.sh ` and by rebasing the develop branch onto the master branch.
77
- [ Travis CI] ( https://travis-ci.org ) will then pick this up and perform the release.
76
+
77
+ ### Release
78
+ Releasing is done by incrementing the new RELEASE and DEVELOP version in ` publish.yml ` and by merging the develop branch
79
+ into the master branch. [ GitHub Actions] ( https://github.com/swisspost/apikana-java/actions ) will then pick this up and
80
+ perform the release.
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.swisspush.apikana</groupId >
7
7
<artifactId >apikana</artifactId >
8
- <version >0.4.24-SNAPSHOT </version >
8
+ <version >0.4.23 </version >
9
9
</parent >
10
10
11
11
<groupId >org.swisspush.maven.plugins</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.swisspush.apikana</groupId >
7
7
<artifactId >apikana</artifactId >
8
- <version >0.4.24-SNAPSHOT </version >
8
+ <version >0.4.23 </version >
9
9
</parent >
10
10
11
11
<artifactId >apikana-parent</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.swisspush.apikana</groupId >
6
6
<artifactId >apikana</artifactId >
7
- <version >0.4.24-SNAPSHOT </version >
7
+ <version >0.4.23 </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments