Skip to content

Commit

Permalink
[project] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed May 8, 2024
1 parent aa2843b commit 0e3b973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ Build and publish to central:

[source, bash]
----
mvn release:prepare release:perform -Pnative -Prelease -Dusername=$GIT_HUB_ACCOUNT -Dpassword=$GIT_HUB_TOKEN
mvn release:prepare release:perform
----

Publish documentation on github page:
Publish documentation on GitHub page:

[source, bash]
----
git checkout -b <release-tag> <release-tag> && mvn clean package -Pgh-pages
----

Pubish release on Github by running in https://github.com/yupiik/yupiik.github.io project:
Pubish release on GitHub by running in https://github.com/yupiik/yupiik.github.io project:

[source, bash]
----
Expand Down

0 comments on commit 0e3b973

Please sign in to comment.