We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a851d commit 9564a7dCopy full SHA for 9564a7d
1 file changed
package.json
@@ -10,7 +10,8 @@
10
"test": "tsc && jest -config=jest.config.json --all",
11
"build": "tsc",
12
"tag": "git tag `npm view '@altravia/openapi' version`",
13
- "patch": "npm version patch && npm run tag"
+ "patch": "npm version patch && npm run tag",
14
+ "minor": "npm version minor && npm run tag"
15
},
16
"homepage": "https://developers.openapi.it",
17
"repository": {
0 commit comments