Skip to content

Commit cfc19ca

Browse files
committed
fix(release): remove early ‘semantic release pre’ step
This was in place so that we could add the generated version number from package.json to bower.json. We just need to get the semantic release going for now, then revisit bower.json.
1 parent 55a0751 commit cfc19ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ before_install:
2525
install: true
2626

2727
script:
28-
- if [[ -n "$NPM_TOKEN" && -n "$GH_TOKEN" ]]; then npm run semantic-release-pre; fi
2928
- sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -a
3029

3130
after_success:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888
"help": "grunt help",
8989
"serve": "grunt serve",
9090
"start": "grunt serve",
91-
"semantic-release": "npm publish && semantic-release post",
92-
"semantic-release-pre": "semantic-release pre"
91+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
9392
},
9493
"repository": {
9594
"type": "git",

0 commit comments

Comments
 (0)