You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,9 @@ Here is a list of sbt commands for daily development:
88
88
89
89
> release # Run the release procedure (set a new version, run tests, upload artifacts, then deploy to Sonatype)
90
90
91
-
# If you need to perform the individual release steps manually, use the following commands:
91
+
# [optional] When you need to perform the individual release steps manually, use the following commands:
92
92
> publishSigned # Publish GPG signed artifacts to the Sonatype repository
93
-
> sonatypeRelease # Publish to the Maven Central (It will be synched within less than 4 hours)
93
+
> sonatypeBundleRelease # Publish to the Maven Central (It will be synched within less than 4 hours)
94
94
```
95
95
96
96
For publishing to Maven central, msgpack-java uses [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin. Set Sonatype account information (user name and password) in the global sbt settings. To protect your password, never include this file in your project.
0 commit comments