Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ git tag v2.3.0 --sign --edit
git push upstream v2.3.0
```

- [ ] Trigger release through the workflow dispatch with the new tag.
- [ ] Bump the version on master while keeping the `SNAPSHOT` suffix, e.g. from `1.1.0-SNAPSHOT` to `1.2.0-SNAPSHOT`.
- [ ] Build release artifacts through the workflow dispatch with the new tag (`build.yml`)
- [ ] Publish the release to Maven Central.
- [ ] Bump the version on `master` while keeping the `SNAPSHOT` suffix, e.g., from `1.1.0-SNAPSHOT` to `1.2.0-SNAPSHOT`.
- [ ] Update this release workflow if necessary.
- [ ] Build API docs and push them to the `gh-pages` branch, which will publish them automatically to.
- [ ] Trigger the release of the new API docs (use workflow dispatch on the `deploy-docs.yml` action with the newly released tag). This will publish them automatically to https://bitcoindevkit.github.io/bdk-jvm/.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx1536m
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=2.3.0-SNAPSHOT
libraryVersion=2.4.0-SNAPSHOT
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true