Skip to content

Commit

Permalink
Adds quick RELEASE how-to for myself
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelrenoux committed Mar 24, 2024
1 parent 52996da commit 0440d93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Quick How-to for release
```bash
git tag vX.Y.Z
sbt
+clean
+compile
+publishSigned
# Check staging repositories on https://oss.sonatype.org/#stagingRepositories
project core
sonatypeRelease
# Check definitive repositories on https://oss.sonatype.org/#view-repositories;public~browsestorage~io.github
```

0 comments on commit 0440d93

Please sign in to comment.