Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jan 6, 2024
1 parent c06bd94 commit f9cd5b4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,17 @@ Notifications can span multiple lines.
<p>This is an info message
That spans over several lines</p>
</div>
```

## for Developers

### Release

Run the following command to upload artifacts to sonatype:

```
mvn clean deploy -DperformRelease=true
```

Then, go to https://oss.sonatype.org/, close and release the staging repository.

```

0 comments on commit f9cd5b4

Please sign in to comment.