Skip to content

Regression in 5.11.0 #3273

@cfauchere

Description

@cfauchere

Describe the bug
There was no issue with 5.10.3. Inputs haven't changed. Switching to 5.11.0 I now get an error.
Failed to parse 22.10.0 into a Semantic Version
INFO [11/07/22 21:18:52:29] Done writing
##[error]SyntaxError: Unexpected end of JSON input

Expected Behavior

No error (backcompat)

Actual Behavior

See the error above.

Possible Fix

Steps to Reproduce

mode: ContinuousDeployment
assembly-versioning-scheme: MajorMinorPatchTag
tag-prefix: v20|20|v
next-version: 22.10.0
continuous-delivery-fallback-tag: ''
commit-message-incrementing: Disabled
ignore:
  sha: []
branches:
  develop:
    tag: alpha
    increment: None
    prevent-increment-of-merged-branch-version: true
  master:
    tag: ''
    increment: None
  release(/v):
    regex: '^release(/v)'
    tag: release
    source-branches: []
    increment: None
  cloud-release:
    regex: '^release[/-]'
    tag: useBranchName
    source-branches: []
    increment: None
  pull-request:
    tag: pr.
    increment: None
    tag-number-pattern: '[/-](?<number>\d+)[-/]'

Context

Build break.

Your Environment

Ubuntu
5.11.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions