File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121 - name : Create Pull Request
2222 uses : peter-evans/create-pull-request@v7
2323 with :
24- commit-message : update release-notes/k3s-*.md
24+ commit-message : update browserlist db
2525 title : Update Browsers List DB ${{ steps.date.outputs.month_year }}
2626 body : Automated npx update-browserslist-db@latest
2727 branch : update-browserslist-db
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 6 * * 1' # every Monday at 6:00 AM
66env :
7- MINORS : " v1.30 v1. 31 v1.32 v1.33"
7+ MINORS : " v1.31 v1.32 v1.33 v1.34 "
88permissions :
99 contents : write
1010 pull-requests : write
Original file line number Diff line number Diff line change 11---
22hide_table_of_contents : true
3- sidebar_position : 5
3+ sidebar_position : 6
44title : v1.24.X
55---
66
Original file line number Diff line number Diff line change 11---
22hide_table_of_contents : true
3- sidebar_position : 4
3+ sidebar_position : 5
44title : v1.25.X
55---
66
Original file line number Diff line number Diff line change 11---
22hide_table_of_contents : true
3- sidebar_position : 3
3+ sidebar_position : 4
44title : v1.26.X
55---
66
Original file line number Diff line number Diff line change 11---
22hide_table_of_contents : true
3- sidebar_position : 2
3+ sidebar_position : 3
44title : v1.27.X
55---
66
Original file line number Diff line number Diff line change 11---
22hide_table_of_contents : true
3- sidebar_position : 1
3+ sidebar_position : 2
44title : v1.28.X
55---
66
Original file line number Diff line number Diff line change 11---
22hide_table_of_contents : true
3- sidebar_position : 5
3+ sidebar_position : 1
44title : v1.29.X
55---
66
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function gen_md_link()
55 echo " ${release_link} "
66}
77
8- MINORS=${MINORS:- " v1.30 v1. 31 v1.32 v1.33" }
8+ MINORS=${MINORS:- " v1.31 v1.32 v1.33 v1.34 " }
99
1010for minor in $MINORS ; do
1111 product=k3s
You can’t perform that action at this time.
0 commit comments