Skip to content

Commit db88af1

Browse files
committed
Update releasing guide
1 parent caba4a3 commit db88af1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/releasing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ git tag v{{ fladle.next_release }}
3636
git push origin v{{ fladle.next_release }}
3737
```
3838

39-
* Upload to Maven Central (this must run in two separate commands since they are from two different namespaces)
39+
* Upload to Maven Central (this must run in three separate commands since they are from three different namespaces)
4040
``` bash
41-
./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
41+
./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
42+
./gradlew :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
4243
./gradlew :fladle-plugin:publishPluginMavenPublicationToMavenCentralRepository -Pfladle.release
4344
```
4445
* Upload to Gradle Plugin Portal
@@ -47,7 +48,7 @@ git push origin v{{ fladle.next_release }}
4748
```
4849

4950
* Release to Maven Central
50-
* Login to Maven Central Repository: [https://central.sonatype.com/](https://oss.sonatype.com/)
51+
* Login to Maven Central Repository: [https://central.sonatype.com/](https://central.sonatype.com/)
5152
* Click on **Publish**
5253

5354
* Merge the release branch to master

0 commit comments

Comments
 (0)