We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5b7000 + f9b162e commit 9378c89Copy full SHA for 9378c89
.releaserc.yml
@@ -9,8 +9,8 @@ plugins:
9
verifyReleaseCmd: |
10
MAJOR_MINOR_PATCH=${/^((\d+)\.\d+)\.\d+$/.exec(nextRelease.version)}
11
if [ -z $MAJOR_MINOR_PATCH ]; then echo "Only SemVer versions with version core (major.minor.patch) supported!"; exit 1; fi
12
- prepareCmd: docker build -t $DOCKER_IMAGE:latest .
13
publishCmd: |
+ docker build -t $DOCKER_IMAGE:latest .
14
MAJOR_MINOR_PATCH=${/^((\d+)\.\d+)\.\d+$/.exec(nextRelease.version)[0]}
15
MAJOR_MINOR=${ /^((\d+)\.\d+)\.\d+$/.exec(nextRelease.version)[1]}
16
MAJOR=${ /^((\d+)\.\d+)\.\d+$/.exec(nextRelease.version)[2]}
0 commit comments