File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,18 @@ jobs:
1616 ref : main
1717 fetch-depth : 0
1818 token : " ${{ secrets.COMMITIZEN }}"
19-
2019 - name : Create bump and changelog
2120 uses : commitizen-tools/commitizen-action@master
2221 with :
2322 github_token : ${{ secrets.COMMITIZEN }}
2423 changelog_increment_filename : body.md
25-
2624 - name : Merge main -> stable
2725 uses : devmasx/merge-branch@master
2826 with :
2927 type : now
3028 target_branch : stable
3129 message : " bump: version ${{ env.REVISION }}"
3230 github_token : ${{ secrets.COMMITIZEN }}
33-
3431 - name : Release
3532 uses : softprops/action-gh-release@v2
3633 with :
Original file line number Diff line number Diff line change @@ -20,12 +20,10 @@ jobs:
2020 cache : true
2121 auth-host : prefix.dev
2222 environments : ${{ matrix.environment }}
23-
2423 - name : Check out
2524 uses : actions/checkout@v4
2625 with :
2726 fetch-depth : 0
2827 token : " ${{ secrets.COMMITIZEN }}"
29-
3028 - name : Test
3129 run : pixi run -e ${{ matrix.environment }} publish
Original file line number Diff line number Diff line change @@ -20,12 +20,10 @@ jobs:
2020 cache : true
2121 auth-host : prefix.dev
2222 environments : ${{ matrix.environment }}
23-
2423 - name : Check out
2524 uses : actions/checkout@v4
2625 with :
2726 fetch-depth : 0
2827 token : " ${{ secrets.COMMITIZEN }}"
29-
3028 - name : Test
3129 run : pixi run -e ${{ matrix.environment }} test
You can’t perform that action at this time.
0 commit comments