Skip to content

Commit

Permalink
Update Maven-Workflows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Oct 31, 2023
1 parent 4237790 commit a336e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Maven-Workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Update Dependencies and Update Versions
:warning: It is important that the project either uses the revision property or has a single version property. Otherwise, the version will not be updated correctly.
* You can configure the optional property `create-tag` if you want to disable the creation of a tag.
* You can configure the optional property `auto-digit` if you want to change the default digit that shall be incremented on release. Default is Minor (2.1.0 -> 2.2.0). Possible values are `major`, `minor` and `patch`.
* You can configure the optional property `auto-digit` if you want to change the default digit that shall be incremented on release. Default is Minor (2.1.0 -> 2.2.0). Possible values are `Major`, `Minor` and `Patch`.

```yml
name: Maven Dependency Updates
Expand All @@ -111,7 +111,7 @@ Create new Maven Release (only commits tags & branch and updates versions)

:warning: It is important that the project either uses the revision property or has a single version property. Otherwise, the version will not be updated correctly.

* You can configure the optional property `auto-digit` if you want to change the default digit that shall be incremented on release. Default is Minor (2.1.0 -> 2.2.0). Possible values are `major`, `minor` and `patch`.
* You can configure the optional property `auto-digit` if you want to change the default digit that shall be incremented on release. Default is Minor (2.1.0 -> 2.2.0). Possible values are `Major`, `Minor` and `Patch`.

```yml
name: Maven Release
Expand All @@ -133,7 +133,7 @@ Create a manual release based on user input.

:warning: It is important that the project either uses the revision property or has a single version property. Otherwise, the version will not be updated correctly.

* You can configure the optional property `auto-digit` if you want to change the default digit that shall be incremented on release. Default is Minor (2.1.0 -> 2.2.0). Possible values are `major`, `minor` and `patch`.
* You can configure the optional property `auto-digit` if you want to change the default digit that shall be incremented on release. Default is Minor (2.1.0 -> 2.2.0). Possible values are `Major`, `Minor` and `Patch`.

```yml
name: Maven Release (Manual)
Expand Down

0 comments on commit a336e0d

Please sign in to comment.