File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
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:"
Original file line number Diff line number Diff line change 11{
22 "name" : " website" ,
33 "type" : " module" ,
4- "version" : " 0 .0.7 " ,
4+ "version" : " 1 .0.1 " ,
55 "scripts" : {
66 "dev" : " astro dev" ,
77 "start" : " astro dev" ,
You can’t perform that action at this time.
0 commit comments