File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 'deploy_alpha'
33on :
44 push :
55 branches :
6- - 188-deploy-latest- develop-version
6+ - develop
77
88jobs :
99 test-unit :
8484 echo "${NEW_INCREMENTAL_NUMBER}" > .alpha_version
8585
8686 # Update package version with 2.0.0-alpha.<incremental_number>
87- NEW_VERSION="2.0.0-test1 .${INCREMENTAL_NUMBER}"
87+ NEW_VERSION="2.0.0-alpha .${INCREMENTAL_NUMBER}"
8888 npm version "${NEW_VERSION}" --no-git-tag-version
8989
9090 # Commit the version update and incremental number
Original file line number Diff line number Diff line change 11{
22 "name" : " js-dataverse" ,
3- "version" : " 2.0.0-test1.1 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " Dataverse API wrapper package for JavaScript/TypeScript-based applications" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments