Skip to content

Commit e91f6db

Browse files
committed
Bump version to 2.8
1 parent 20d907d commit e91f6db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
- refs/tags/v*.*
44

55
variables:
6-
versionPrefix: 2.7
6+
versionPrefix: 2.8
77
isTag: ${{ startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}
88
isHeku: ${{ eq(variables['Build.RequestedFor'], 'Heku') }}
99
shouldRelease: ${{ and(eq(variables.isHeku, 'True'), eq(variables.isTag, 'True')) }}

0 commit comments

Comments
 (0)