Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
add how to deploy snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan.Praetsch committed Apr 17, 2024
1 parent 9d4fce4 commit 74d3445
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Release HowTo

1. Merge your changes into the master branch
1. Execute `mvn release:prepare`
- prompts you for a tag, choose a SemVer conform tag that reflects the changes you made
Expand All @@ -13,3 +14,8 @@
1. Wait for the Github action to deploy the artifact and for it to be available in Maven Central
- you can usually directly access the artifact after 10 to 20 minutes, way before it shows up when searching on [Maven Central](https://search.maven.org/)
- i.e. `https://search.maven.org/artifact/com.mercateo.sqs/sqs-utils/X.Y.Z/jar` where `X.Y.Z` is the version that you just released
# deploy SNAPSHOT
* tag a commit and push this tag
* will be available here https://oss.sonatype.org/content/repositories/snapshots/com/mercateo/sqs/sqs-utils/

0 comments on commit 74d3445

Please sign in to comment.