We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10acb77 commit 94e6336Copy full SHA for 94e6336
.releaserc.json
@@ -2,8 +2,6 @@
2
"branch": "master",
3
"verifyConditions": ["@semantic-release/npm", "@semantic-release/github"],
4
"prepare": [
5
- { "path": "@semantic-release/exec", "cmd": "./scripts/doc.sh" },
6
- "@semantic-release/changelog",
7
"@semantic-release/npm",
8
{ "path": "@semantic-release/exec", "cmd": "yarn docker-release" },
9
"@semantic-release/git"
.semaphore/build.yml
@@ -15,6 +15,7 @@ blocks:
15
commands:
16
- checkout
17
- cache restore node-modules-$(checksum yarn.lock)
18
+ - echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
19
jobs:
20
- name: yarn semantic-release
21
0 commit comments