From 8a42970047d26b42438b823ee4235bb276176e52 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Fri, 3 May 2024 11:32:16 +0200 Subject: [PATCH] feat!: version 3.0.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e003bd78..46db7acf 100644 --- a/README.md +++ b/README.md @@ -83,5 +83,6 @@ Typical workflow: 3. Merge the PR using **Squash and merge**. It will publish a SNAPSHOT/BETA release if there is a version change. 4. Create a PR to `main` branch. Once merged, it will publish a production release. + --- WIP