Skip to content

Commit

Permalink
Update Releasing.md (#1250)
Browse files Browse the repository at this point in the history
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 <ScriptBlock>,
D:\a\_actions\microsoft\AL-Go-Actions\v6.0\IncrementVersionNumber\IncrementVersionNumber.ps1:
line 28 <- at <ScriptBlock>,
D:\a\_temp\996bffab-078d-4bf5-8adf-23c638bdbbfe.ps1: line 3 <- at
<ScriptBlock>,
D:\a\_actions\microsoft\AL-Go-Actions\v6.0\Invoke-AlGoAction.ps1: line
17 <- at <ScriptBlock>,
D:\a\_temp\996bffab-078d-4bf5-8adf-23c638bdbbfe.ps1: line 2 <- at
<ScriptBlock>, <No file>: line 1
Error: Process completed with exit code 1.`
  • Loading branch information
macel94 authored Oct 11, 2024
1 parent 9c907b3 commit e5f2df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workshop/Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |

Expand Down

0 comments on commit e5f2df3

Please sign in to comment.