File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ before_install:
2020 - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
2121 - npm install -g bower grunt-cli
2222 - npm install patternfly-eng-release
23- - npm install semantic-release
2423
2524install : true
2625
@@ -30,6 +29,7 @@ script:
3029after_success :
3130 - npm prune
3231 - npm run semantic-release
32+ - sh -x ./scripts/semantic-release/_publish-webjar.sh -a
3333 - ./scripts/publish-ghpages.sh -t docs
3434
3535branches :
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-patternfly" ,
3- "version" : " 4.3.0 " ,
3+ "version" : " 0.0.0-semantically-released " ,
44 "authors" : [
55 " Red Hat"
66 ],
Original file line number Diff line number Diff line change 11{
22 "author" : " Red Hat" ,
33 "name" : " angular-patternfly" ,
4- "version" : " 4.3.0 " ,
4+ "version" : " 0.0.0-semantically-released " ,
55 "license" : " Apache-2.0" ,
66 "description" : " Angular extension of the PatternFly project." ,
77 "keywords" : [
5353 "karma-phantomjs-launcher" : " ^1.0.0" ,
5454 "matchdep" : " 0.3.0" ,
5555 "nsp" : " ^2.6.1" ,
56- "patternfly-eng-release" : " ^3.26.9 " ,
56+ "patternfly-eng-release" : " ^3.26.11 " ,
5757 "semantic-release" : " ^6.3.6"
5858 },
5959 "optionalDependencies" : {
You can’t perform that action at this time.
0 commit comments