File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2020 - uses : dprint/check@v2.2
2121 build :
2222 runs-on : ubuntu-latest
23+ needs : style
2324 steps :
2425 - uses : actions/checkout@v4
2526 - name : Install & Build Website
2930 package-manager : bun@latest
3031
3132 deploy :
32- needs : build
3333 runs-on : ubuntu-latest
34+ needs : build
3435 environment :
3536 name : github-pages
3637 url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change 1212
1313 tag :
1414 runs-on : ubuntu-latest
15+ needs : style
1516 steps :
1617 - uses : actions/checkout@v2
1718 with :
2324 BRANCH_HISTORY : last
2425 WITH_V : true
2526 PRERELEASE : true
27+
28+ # Versions commit messages
29+ MAJOR_STRING_TOKEN : " feat(major):"
30+ MINOR_STRING_TOKEN : " feat(minor):"
31+ PATCH_STRING_TOKEN : " feat(patch):"
32+ NONE_STRING_TOKEN : " feat:"
You can’t perform that action at this time.
0 commit comments