FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.62k stars 1.09k forks source link

[BUG] Release commit for 10.6.2 is not in-tree #915

Closed ghost closed 8 months ago

ghost commented 8 months ago

Describe the bug Browsing to https://github.com/FreeRTOS/FreeRTOS-Kernel/commit/18ed8886fe3eed9dbe433a82cdc62ce5dc0315eb the commit shows as not part of that tree.

Target

Host

To Reproduce Go to https://github.com/FreeRTOS/FreeRTOS-Kernel and view releases. Try to navigate to the 10.6.2 release tag.

Expected behavior Find the commit in-tree with the history of the main branch.

Screenshots image

aggarg commented 8 months ago

All the system call updates have been merged to main - https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/898.

Our release workflow does not necessarily bring all the release related commits (version number updates etc.) to main. Do you see a missing feature in main?

ghost commented 8 months ago

I think I'm missing the release related commits. I'll use the tag instead in my submodule.