From e5f2df3b796102c8ef4b018e797550e974b5554a Mon Sep 17 00:00:00 2001 From: Francesco Belacca Date: Fri, 11 Oct 2024 08:44:28 +0200 Subject: [PATCH] Update Releasing.md (#1250) validation does not pass if i use +1.0: `Enabling Microsoft telemetry... Error: Unexpected error when running action. Error Message: Incremental version number +1.0 is not allowed. Allowed incremental version numbers are: +1, +0.1, StackTrace: at , D:\a\_actions\microsoft\AL-Go-Actions\v6.0\IncrementVersionNumber\IncrementVersionNumber.ps1: line 28 <- at , D:\a\_temp\996bffab-078d-4bf5-8adf-23c638bdbbfe.ps1: line 3 <- at , D:\a\_actions\microsoft\AL-Go-Actions\v6.0\Invoke-AlGoAction.ps1: line 17 <- at , D:\a\_temp\996bffab-078d-4bf5-8adf-23c638bdbbfe.ps1: line 2 <- at , : line 1 Error: Process completed with exit code 1.` --- Workshop/Releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workshop/Releasing.md b/Workshop/Releasing.md index 8676ad292..e3ac40264 100644 --- a/Workshop/Releasing.md +++ b/Workshop/Releasing.md @@ -22,7 +22,7 @@ Select **Actions**, select the **Create Release** workflow and click **Run workf | Prerelease | :black_square_button: | | Draft | :black_square_button: | | Create Release Branch | :ballot_box_with_check: | -| New Version Number | `+1.0` | +| New Version Number | `+1` | | Direct Commit | :black_square_button: | | Use GhTokenWorkflow | :black_square_button: |