From 3ba25ba52a659694b57bde443fb5d650be636de2 Mon Sep 17 00:00:00 2001 From: Simon Seyock Date: Wed, 6 Sep 2023 11:50:59 +0200 Subject: [PATCH] docs: improve readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90293db..548502d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ It has an option to increase the version after release to the next snapshot vers It only assures that the `mvn` command exists. -Was inspired by https://github.com/conveyal/maven-semantic-release. +Was inspired by https://github.com/conveyal/maven-semantic-release. It differs in some ways. It … +* … allows different maven targets. +* … has an option to allow multimodule projects +* … can increase a snapshot version after a successful release +* … has fewer checks to verify th integrity of the setup (does not check `pom.xml`) ## Getting started