Skip to content

Commit cda4c93

Browse files
committed
Switch to sem ver
1 parent 2e4b150 commit cda4c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ steps:
2121
targetType: "inline"
2222
script: sed -i "s/0.2.2/$GITVERSIONNUMBER/g" package.json
2323
env:
24-
GITVERSIONNUMBER: $(GitVersion.MajorMinorPatch)
24+
GITVERSIONNUMBER: $(GitVersion.SemVer)
2525

2626
- task: Bash@3
2727
displayName: Update version number in react-spaces-storybook package.json
2828
inputs:
2929
targetType: "inline"
3030
script: sed -i "s/0.2.2/$GITVERSIONNUMBER/g" .storybook/package.json
3131
env:
32-
GITVERSIONNUMBER: $(GitVersion.MajorMinorPatch)
32+
GITVERSIONNUMBER: $(GitVersion.SemVer)
3333

3434
- task: NodeTool@0
3535
inputs:

0 commit comments

Comments
 (0)