Merging this PR to dev will not trigger any automated workflows.
After merging this PR to the dev you HAVE to:
Make sure that you deleted release/v0.5.0 branch from before.
Important: Please do not delete master branch below!!!!
:clipboard: Changelog
Added
Command east build will now after every build step copy
, if found, from the build directory to the project
directory. This makes job of locating this file easier for clangd. Help
description for east build was updated to reflect that.
Changed
Make east.yml optional for everything, except for the usage of east build
command with --build-type option.
Make apps key and samples key inside east.yml optional. This is useful for
driver projects, which do not need apps, or any project that might not have
samples.
Fixed
Properly handle east build commands outside of applications and samples.
This means that running east build command will default to plain west
behaviour, as it should.
:robot::package: An automated release PR
This PR was created in response to a automated trigger of the
publish-new-release
workflow here: https://github.com/IRNAS/irnas-east-software/actions/runs/3684783177.:warning: Important notes
Merging this PR to
dev
will not trigger any automated workflows.After merging this PR to the
dev
you HAVE to:release/v0.5.0
branch from before.Important: Please do not delete master branch below!!!!
:clipboard: Changelog
Added
Changed
Fixed