Skip to content

Commit 2670f22

Browse files
author
Corneil du Plessis
committed
Update cli fragments to asciidoc [source]
1 parent b85fa22 commit 2670f22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,22 @@ But part of the release process requires a local check, which DOES depend upon y
3939

4040
. Create a new release (on the main branch).
4141
+
42+
[source,shell]
4243
----
4344
% ci/create-release.sh <release version> <next snapshot version>
4445
----
4546
+
4647
. With the release tagged, update the release branch to the newly created tag.
4748
+
49+
[source,shell]
4850
----
4951
% git checkout release
5052
% git reset --hard <tag>
5153
----
5254
+
5355
. Verify this builds locally and passes all tests.
5456
+
57+
[source,shell]
5558
----
5659
% ./mvnw clean package
5760
% ./mvnw -Pspring-buildsnapshot clean package
@@ -61,12 +64,14 @@ But part of the release process requires a local check, which DOES depend upon y
6164
+
6265
. Push the tagged version to the release branch.
6366
+
67+
[source,shell]
6468
----
6569
% git push -f origin release
6670
----
6771
+
6872
. Once completed, push the `main` branch for next version's snapshots.
6973
+
74+
[source,shell]
7075
----
7176
% git checkout main
7277
% git push

0 commit comments

Comments
 (0)