File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 8
8
required : true
9
9
default : ' HEAD'
10
10
version_number :
11
- description : ' Version Number (Ex. 10.4.0 )'
11
+ description : ' Version Number (Ex. 10.4.4 )'
12
12
required : true
13
- default : ' 10.4.0'
13
+ default : ' 10.4.4'
14
+ main_br_version :
15
+ description : " Version String for task.h on main branch (leave empty to leave as-is)."
16
+ require : false
17
+ default : ' '
14
18
15
19
jobs :
16
20
release-packager :
@@ -32,11 +36,11 @@ jobs:
32
36
with :
33
37
repository : FreeRTOS/FreeRTOS
34
38
path : tools
35
-
36
- # Simpler git auth if we use checkout action and forward the repo to release script
39
+
40
+ # Simpler git auth if we use checkout action and forward the repo to release script
37
41
- name : Checkout FreeRTOS Kernel
38
42
uses : actions/checkout@v2
39
- with :
43
+ with :
40
44
path : local_kernel
41
45
fetch-depth : 0
42
46
45
49
# Configure repo for push
46
50
git config --global user.name ${{ github.actor }}
47
51
git config --global user.email ${{ github.actor }}@users.noreply.github.com
48
-
49
52
# Install deps and run
50
53
pip install -r ./tools/.github/scripts/release-requirements.txt
51
- ./tools/.github/scripts/release.py FreeRTOS --kernel-repo-path=local_kernel --kernel-commit=${{ github.event.inputs.commit_id }} --new-kernel-version=${{ github.event.inputs.version_number }}
54
+ ./tools/.github/scripts/release.py FreeRTOS --kernel-repo-path=local_kernel --kernel-commit=${{ github.event.inputs.commit_id }} --new-kernel-version=${{ github.event.inputs.version_number }} --new-kernel-main-br-version=${{ github.event.inputs.main_br_version }}
52
55
exit $?
53
56
env :
54
57
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments