File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-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+ release-type : node
22+ target-branch : ${{ github.ref_name }}
23+ 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+ "versioning-strategy" : " prerelease" ,
3+ "prerelease-type" : " hotfix" ,
4+ "prerelease" : true ,
5+
6+ "packages" : {
7+ "." : {}
8+ }
9+ }
You can’t perform that action at this time.
0 commit comments