Skip to content

Commit 7242835

Browse files
committed
branch from master?
1 parent 6519b5a commit 7242835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"requireCleanWorkingDir": true
99
},
1010
"scripts": {
11-
"afterBump": "yarn build; git add --verbose --force dist/;",
11+
"afterBump": "git checkout -b build-${version}; yarn build; git add --verbose --force dist/;",
1212
"beforeStage": "cd dist; zip -r natel-plotly-panel-${version}.zip *",
1313
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
1414
},

0 commit comments

Comments
 (0)