Skip to content

Commit

Permalink
Update RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Zizka committed Dec 1, 2024
1 parent f60796a commit 2e56aa9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Releasing

```bash
export GPG_TTY=$(tty)
```bash
```

3) To do the actual tag:

Expand All @@ -23,8 +23,10 @@ Releasing
If not, or if that fails, it's possible to stage the artifacts manually.

Switch to the release tag with the non-SNAPSHOT version to publish, and run:

$ mvn clean deploy -Possrh -Prelease # p..##

```bash
mvn clean deploy -Possrh -Prelease # p..##
```

4) Go to [Sonatype OSSRH](https://oss.sonatype.org/#stagingRepositories) and release the staged snapshot:
* Close the freshly created staging repo.
Expand Down

0 comments on commit 2e56aa9

Please sign in to comment.