serialport / bindings-cpp

The C++ bindings for the node serialport project.
MIT License
19 stars 39 forks source link

BREAKING CHANGE: drop support for node v14 #127

Closed GazHank closed 1 year ago

GazHank commented 1 year ago

Signed-off-by: Gareth Hancock gazhank@gmail.com

reconbot commented 1 year ago

I messed up and tried to edit the commit message on mobile. This won't trigger a release.

It would need to read something like this;

chore: drop node 14

Breaking Change: we no longer support node 14 as its end of life

from the build logs

[11:11:46 AM] [semantic-release] › ℹ  There are no relevant changes, so no new version is released.
reconbot commented 1 year ago

I force pushed a correction to the message format which should trigger the release

GazHank commented 1 year ago

thanks @reconbot