Skip to content

Commit 29de27a

Browse files
authored
Merge pull request #481 from LeeHoward1/release
[Release] Bug 650910 Mark the pipeline for release - changes have been tested
2 parents a20d071 + e0b9e88 commit 29de27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline-templates/global-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
- name: semanticVersion
1515
value: "8.2.2"
1616
- name: isPrerelease
17-
value: ${{ true }}
17+
value: ${{ false }}
1818
- name: isReleaseBranch
1919
value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ]
2020
- name: NODE_OPTIONS

0 commit comments

Comments
 (0)