File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - v[1-9]+.[0-9]+.[0-9]+-hotfix-[1-9]+ # match branches in format v6-20-10-hotfix-1
5+ - hotfix-test-[1-9]+
6+
7+ name : Release
8+
9+ jobs :
10+ release :
11+ if : github.repository == 'ydb-platform/ydb-embedded-ui'
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
16+ with :
17+ node-version : 18
18+ - uses : googleapis/release-please-action@v4
19+ with :
20+ token : ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
21+ target-branch : ${{ github.ref_name }}
22+ config-file : release-please-config-hotfix.json
Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [main]
3+ branches :
4+ - main
45
56name : Release
67
1516 node-version : 18
1617 - run : npm ci
1718 - run : npm test
18- - uses : GoogleCloudPlatform /release-please-action@v3
19+ - uses : googleapis /release-please-action@v4
1920 with :
2021 token : ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
2122 release-type : node
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
3+ "packages" : {
4+ "." : {
5+ "release-type" : " node" ,
6+ "versioning" : " prerelease" ,
7+ "prerelease" : true ,
8+ "prerelease-type" : " hotfix" ,
9+ "release-as" : " 6.31.1-hotfix-1"
10+ }
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments