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/v2.0.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/v2.0.0
Merge the second PR to the dev branch to retain release specific changes.
:clipboard: Changelog
Added
west.yml, so samples can be built as stand alone.
GitHub Action files for basic release process.
Changed
The way how driver is configured in the device tree files, see
dts/bindings/irnas,voltage-divider.yaml for more info. Additional propery
for measuring internal vdd was added.
No need to specify to set CONFIG_VOLTAGE_DIVIDER manually, this is now
done automatically, if proper node is added.
: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-voltage-divider-driver/actions/runs/3901674895.The release workflow did the following things:
release/v2.0.0
branch,CHANGELOG.md
file,release/v2.0.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/v2.0.0
and perform last-minute changes. Do not forget to commit and push.After merging this PR to the
master
you HAVE to:release/v2.0.0
dev
branch to retain release specific changes.:clipboard: Changelog
Added
Changed
dts/bindings/irnas,voltage-divider.yaml
for more info. Additional propery for measuring internal vdd was added.CONFIG_VOLTAGE_DIVIDER
manually, this is now done automatically, if proper node is added.v2.2.0
.