Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou authored Aug 28, 2023
1 parent 702aef3 commit d50bd77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ __Declaration__

## Releasing ##

```
```bash
./mvnw release:prepare
./mvnw release:perform -Darguments="-Dgpg.keyname=EDEA921A"

# Fallback
./mvnw deploy -Dgpg.keyname=EDEA921A -Dgpg.useagent=true -DperformRelease=true
```

0 comments on commit d50bd77

Please sign in to comment.