Skip to content

Commit

Permalink
Merge pull request #86 from mdedetrich/fix-releasing-documentation
Browse files Browse the repository at this point in the history
Fix releasing documentation
  • Loading branch information
mkurz committed Jan 24, 2024
2 parents aa195f6 + 12608c6 commit 438acb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ For more information about using sbt-multi-jvm see the [akka documentation][akka

## Releasing

1. Tag the release: `git tag -s 1.2.3`
1. Push tag: `git push upstream 1.2.3`
1. GitHub action workflow does the rest: https://github.com/sbt/sbt-multi-jvm/actions/workflows/publish.yml
1. Tag the release: `git tag -s v1.2.3`
1. Push tag: `git push upstream v1.2.3`
1. GitHub action workflow generated by [sbt-github-actions](https://github.com/sbt/sbt-github-actions) does the rest: https://github.com/sbt/sbt-multi-jvm/actions/workflows/ci.yml
- Snapshots are published to https://oss.sonatype.org/content/repositories/snapshots/com/github/sbt/sbt-multi-jvm/
- Releases are published to https://repo1.maven.org/maven2/com/github/sbt/sbt-multi-jvm/ (takes up to 1 hour)

Expand Down

0 comments on commit 438acb6

Please sign in to comment.