hdwallet
hdwallet copied to clipboard
use proper semver, implement semantic-release, and have CI auto-bump versions
As a developer, I want CI to bump the package version and publish after a PR is accepted so that I can actually use the code somewhere. We should implement commitlint and semantic-release a la lib. CI should also set tags for each release to fix #406.
Agreed. lerna publish should run in CI after a merge to master and not from a local workstation.