From 12608c60e040f5e84caee74b484b0d6b6063ed28 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Wed, 24 Jan 2024 10:52:16 +1100 Subject: [PATCH] Fix releasing documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c6f975..a7dff89 100644 --- a/README.md +++ b/README.md @@ -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)