Skip to content

Commit b7a1596

Browse files
Cleanup Release Process
1 parent ee5ad29 commit b7a1596

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)