Merging this PR to master will create a new version tag, perform the build release process, create a GitHub release and upload any assets created in the previous process to it.
PR back to dev branch will also be created afterwards.
Before merging this PR you can:
Review and discuss code changes of this PR.
Pull the created branch to local machine with: git pull origin/release/v0.4.0 and perform last-minute changes. Do not forget to commit and push.
After merging this PR to the master you HAVE to:
Delete release branch release/v0.4.0
Merge the second PR to the dev branch to retain release specific changes.
:clipboard: Changelog
Added
Support for --build-type option for build command. The use of this option is
documented in detail in docs/configuration.md. --build-type option was
tested exhaustively with unit tests and various test fixtures with pytest. The
tests can be found in tests folder.
Projects using east tool from now on need east.yml file in the root directory.
See above mentioned document.
Fixed
Error code propagation through Nordic's Toolchain Manager.
:robot::package: An automated release PR
This PR was created in response to a manual trigger of the
draft-new-release.yaml
workflow here: https://github.com/IRNAS/irnas-east-software/actions/runs/3513363452.The release workflow did the following things:
release/v0.4.0
branch,CHANGELOG.md
file,release/v0.4.0
branch to remote,:warning: Important notes
Merging this PR to
master
will create a new version tag, perform the build release process, create a GitHub release and upload any assets created in the previous process to it. PR back todev
branch will also be created afterwards.Before merging this PR you can:
git pull origin/release/v0.4.0
and perform last-minute changes. Do not forget to commit and push.After merging this PR to the
master
you HAVE to:release/v0.4.0
dev
branch to retain release specific changes.:clipboard: Changelog
Added
Fixed