Skip to content

Commit 0a35eea

Browse files
Merge pull request #476 from PrabhaQuest/release-8_2_0
Reset the PreRelease
2 parents 9834f7b + 1eca761 commit 0a35eea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pipeline-templates/global-variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134
1313
variables:
1414
- name: semanticVersion
15-
value: "8.2.0"
15+
value: "8.2.1"
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)