Skip to content

Commit e86d251

Browse files
IsmaestroIsmael Ramos
authored andcommitted
feat(script): add minor and major scripts
1 parent 6db191d commit e86d251

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
@@ -12,7 +12,8 @@
1212
"lint": "ng lint",
1313
"ci": "npm run lint && npm run test && npm run e2e",
1414
"sme": "ng build && source-map-explorer dist/main.bundle.js",
15-
"release": "standard-version && git push --follow-tags origin master",
15+
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
16+
"release:major": "standard-version --release-as major && git push --follow-tags origin master",
1617
"docker": "docker build -t angularexampleapp . && docker run -d -p 4200:80 angularexampleapp"
1718
},
1819
"private": true,

0 commit comments

Comments
 (0)