-
Notifications
You must be signed in to change notification settings - Fork 5
Releasing
Simon Warta edited this page Dec 20, 2019
·
2 revisions
- Update version of
ledger-iov-app
:
cd src/ledger
git fetch
git checkout v0.8.0
cd ../..
git add src/ledger && git commit -m "Bump version to: 0.8.0"
- Chose a version in the form
<version from ledger-iov-app>+<counter>
wherecounter
starts at 0 and is incremented for every change in theledger-iov
that does not change theledger-iov-app
repo. See semver build meta. - Tag with e.g.
git tag v0.8.0+0
. - Verify what you just committed
git push && git push --tags