File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -496,28 +496,7 @@ You can disable this check with the `DISABLE_FAIL_FAST_ON_SCALA_TYPE_RESOLUTION_
496496
497497## Release
498498
499- Create SBT file at ~ /.sbt/1.0/sonatype.sbt with the following content:
500-
501- ``` bash
502- credentials += Credentials(" Sonatype Nexus Repository Manager" ,
503- " s01.oss.sonatype.org" ,
504- " <access token: user name>" ,
505- " <access token: password>" )
506- ```
507-
508- replace values with your access token user name and password.
509-
510- Release new version:
511-
512- ``` bash
513- sh release.sh
514- ```
515-
516- Increment to next SNAPSHOT version and push to Git server:
517-
518- ``` bash
519- RELEASE_PUBLISH=true sbt " ; release with-defaults"
520- ```
499+ Add new Git Tag and push to remote. Then watch GitHub Release Pipeline which publishes new artifacts to Sonatype.
521500
522501## License
523502
You can’t perform that action at this time.
0 commit comments