Skip to content

Commit

Permalink
Start work on next release (-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Oct 13, 2023
1 parent dbe8daf commit 2d56166
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

A high-level view of the changes in each ConsensusJ binary release.

== v0.7.0-SNAPSHOT

Released: in-progress


== v0.7.0-alpha3

Released: 2023-10-05
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.7.0-alpha3
moduleVersion=0.7.0-SNAPSHOT
extensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.CoinCategory,org.consensusj.bitcoinj.dsl.groovy.categories.NumberCategory
staticExtensionClasses=org.consensusj.bitcoinj.dsl.groovy.categories.StaticECKeyExtension
5 changes: 3 additions & 2 deletions doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
== Main Release Process

. Use Java 21 for official builds
.. `sdk use 21-tem` (not available yet!)
.. `sdk use 17.0.8-graalce` (for GraalVM build, used for 0.7.0-alpha3 official build)
.. `sdk use 21-tem`
.. `sdk use 21-graalce`
. Update `CHANGELOG.adoc`
. Set versions
.. `gradle.properties`
Expand All @@ -23,6 +23,7 @@
.. `./gradlew publish`
. Update GitHub-pages site (including JavaDoc)
.. `./gradlew javadocAll publishSite`
.. Compare `SHA256SUMS` of multiple builds
.. Add Release on GitHub

== Announcements
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.7.0-alpha3
consensusjVersion = 0.7.0-SNAPSHOT

bitcoinjVersion = 0.17-alpha2
rxJavaVersion = 3.1.7
Expand Down

0 comments on commit 2d56166

Please sign in to comment.