bitcoindevkit / bitcoindevkit/bdk-rn

Release 3.1.0

Open
#29 0 comments 0 reactions 1 assignee Claimed by @thunderbiscuit View on GitHub
Dominant language
TypeScript
Stars
10
Forks
6
Avg merge
18h 22m
Merged PRs (30d)
1

Description

## Todo list for publishing a release

- [ ] Create a new branch `release/X.X`
- [ ] Bump the submodule to a release tag
- [ ] Apply the patches
- [ ] Run the tests
- [ ] Build and test both example apps

```shell
cd bdk-ffi/
git fetch --all
git checkout
cd ..
just submodule-apply-patch
just clean
just build-tarball
cd tests/
just clean
just test # (needs a running Android emulator)
cd ../example/
just install
just run-android
just pod-install
just run-ios
```

- [ ] Create the tag
- [ ] Build the tarball
- [ ] Sign the artifact
- [ ] Create the release on GitHub
- [ ] Let people know!

```shell
git tag v1.1.0 --sign --edit
git push upstream v1.1.0
```

- [ ] Bump the `next` version on `master`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.