Skip to content

Commit

Permalink
Fix Contributig (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
osopardo1 authored Aug 28, 2024
1 parent a01bd15 commit 070cd67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,12 @@ $SPARK_350/bin/spark-shell --repositories https://s01.oss.sonatype.org/content/r
sbt sonatypeBundleUpload
sbt sonatypeRelease
```
Or use one single command:
Or use one single command:
```bash
sbt clean
sbt sonatypeBundleRelease
```

7. Tag the code and push it to Github to make it public.
```bash
git tag -a v0.6.0-rc1 -m "Release Candidate 1"
Expand Down

0 comments on commit 070cd67

Please sign in to comment.