We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a82c29 commit bf72cb1Copy full SHA for bf72cb1
.gitlab-ci.yml
@@ -43,7 +43,7 @@ test-build:
43
semantic-release:
44
stage: publish
45
script:
46
- - $(yarn bin)/semantic-release-gitlab
+ - yarn semantic-release
47
only:
48
- master
49
package.json
@@ -71,7 +71,6 @@
71
"sass-loader": "^7.1.0",
72
"selenium-webdriver": "^4.0.0-alpha.1",
73
"semantic-release": "^15.13.3",
74
- "semantic-release-gitlab": "^8.0.1",
75
"should": "^13.2.3",
76
"should-sinon": "0.0.6",
77
"sinon": "^7.3.1",
0 commit comments