Skip to content

Commit c7d5192

Browse files
authored
Merge pull request #30 from swisspost/develop
Release PR
2 parents 7e64291 + b3e1847 commit c7d5192

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- master
66

77
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"
1010
GIT_AUTHOR_NAME: "@swisspost-devs"
1111
GIT_AUTHOR_EMAIL: "[email protected]"
1212
GIT_COMMITTER_NAME: "swisspost-devs"

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ There is a complete [documentation](https://nidi3.github.io/apikana-java/site/pl
7373

7474
### Development
7575
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.

0 commit comments

Comments
 (0)