Skip to content

Commit

Permalink
chore: add release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Dec 7, 2022
1 parent c89a275 commit 2247c1e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/RELEASE.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
= Release

+
[source,shell]
----
$ ./gradlew currentVersion
Project version: 0.7.5-SNAPSHOT
$ ./gradlew release
$ git tag
jetcd-0.7.5
$ ./gradlew currentVersion
Project version: 0.7.5
$ ./gradlew publish
published jetcd-0.7.5 release version
$ ./gradlew markNextVersion -Prelease.version=0.7.6
----

0 comments on commit 2247c1e

Please sign in to comment.