From d7bddea6bf61779104a2bd7aee11bd26e272252d Mon Sep 17 00:00:00 2001 From: Antoine Kalmbach Date: Fri, 9 Feb 2024 11:04:25 +0200 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6242b82..0157467 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ If you are using Scala 2.13 you should instead use the compiler flag `-Ymacro-annotations`. An example for handling cross-compiling with both can be found in `project/MacrosCompiler`. +## Releasing + +Releasing is done automatically using [sbt-ci-release](https://github.com/sbt/sbt-ci-release). ### Example ```scala