File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66 version :
77 description : " The new version number. Example: 1.40.1"
88 required : true
9+ type : string
10+ pattern : " ^[0-9]+\\ .[0-9]+\\ .[0-9]+$"
911
1012jobs :
1113 init_release :
2123 VERSION : ${{ github.event.inputs.version }}
2224 run : |
2325 npx --yes [email protected] --release-as "$VERSION" --skip.tag --skip.commit --tag-prefix= 26+ echo "version=$VERSION" >> gradle.properties
2427 git config --global user.name 'github-actions'
2528 git config --global user.email '[email protected] ' 2629 git checkout -q -b "release-$VERSION"
30+ git add CHANGELOG.md gradle.properties
2731 git commit -am "chore(release): $VERSION"
2832 git push -q -u origin "release-$VERSION"
2933
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ plugins {
1010}
1111
1212group = " io.getstream"
13- version = " 0.1.0"
1413description = " Stream official Java SDK"
1514
1615repositories {
Original file line number Diff line number Diff line change 1+ version =0.0.1
You can’t perform that action at this time.
0 commit comments