mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 05:05:17 -05:00
AutoRelease + Header Checker Upgrades (#482)
* Initial version where all deps are pylibs * mechanism for undoing an autorelease * misc refactor touchups * +mechanism to baseline older commit into detached HEAD tag * decouple kernel check configs + misc refactor improvements * improved compatibility with git action * Get pushes working in git action with release * Fix header-check issue when same deletion occurs in parallel * Add help message in case check fails * Address PR feedback
This commit is contained in:
parent
1f9389c7c4
commit
0527a2a02a
9 changed files with 864 additions and 675 deletions
13
.github/scripts/release-requirements.txt
vendored
Normal file
13
.github/scripts/release-requirements.txt
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
certifi>=2020.12.5
|
||||
chardet>=3.0.4
|
||||
Deprecated>=1.2.10
|
||||
gitdb>=4.0.5
|
||||
GitPython>=3.1.11
|
||||
idna>=2.10
|
||||
PyGithub>=1.54
|
||||
PyJWT>=1.7.1
|
||||
PyYAML>=5.3.1
|
||||
requests>=2.24.0
|
||||
smmap>=3.0.4
|
||||
urllib3>=1.25.11
|
||||
wrapt>=1.12.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue