Skip to content

Commit de461ee

Browse files
authored
Build process (#26)
* docs(.github/): add comments on semantic-release to PR template .md * chore(build-steps): add semantic-release package and circle.yml configs for auto npm publish * test(coverage): add tests to increase coverage * test(): add missed return stmt * fix(test): demo fix testing semantic-release * chore(build): add release branch to the semantic-release config
1 parent 1936fd8 commit de461ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
6060
},
6161
"release": {
62-
"verifyConditions": "condition-circle"
62+
"verifyConditions": "condition-circle",
63+
"branch": "realease"
6364
},
6465
"dependencies": {
6566
"js-data-adapter": "~0.8.2",

0 commit comments

Comments
 (0)