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 20
20
- uses : dprint/check@v2.2
21
21
build :
22
22
runs-on : ubuntu-latest
23
+ needs : style
23
24
steps :
24
25
- uses : actions/checkout@v4
25
26
- name : Install & Build Website
29
30
package-manager : bun@latest
30
31
31
32
deploy :
32
- needs : build
33
33
runs-on : ubuntu-latest
34
+ needs : build
34
35
environment :
35
36
name : github-pages
36
37
url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change 12
12
13
13
tag :
14
14
runs-on : ubuntu-latest
15
+ needs : style
15
16
steps :
16
17
- uses : actions/checkout@v2
17
18
with :
23
24
BRANCH_HISTORY : last
24
25
WITH_V : true
25
26
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 1
1
{
2
2
"name" : " website" ,
3
3
"type" : " module" ,
4
- "version" : " 0 .0.7 " ,
4
+ "version" : " 1 .0.1 " ,
5
5
"scripts" : {
6
6
"dev" : " astro dev" ,
7
7
"start" : " astro dev" ,
You can’t perform that action at this time.
0 commit comments