From d98606e6b80b725dd74269589fdf6ad7f9cf0653 Mon Sep 17 00:00:00 2001 From: Egor Andreevich Date: Mon, 4 Dec 2023 13:32:52 +0100 Subject: [PATCH] Add Maven Central repo URL to RELEASING.md --- RELEASING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 418d952304..7c064c74a9 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -10,4 +10,6 @@ Releasing 7. `git push && git push --tags`. This will trigger a GitHub Action workflow which will create a GitHub release and upload the -release artifacts to Maven Central. +release artifacts to [Maven Central][maven-central]. + + [maven-central]: https://repo.maven.apache.org/maven2/com/squareup/kotlinpoet/