We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced32ca commit cd8db52Copy full SHA for cd8db52
generi.config.ts
@@ -0,0 +1,14 @@
1
+export default {
2
+ repository: "https://github.com/Novout/vue4noobs",
3
+ silent: false,
4
+ commits: "conventional-commits",
5
+ tag: true,
6
+ version: true,
7
+ push: true,
8
+ release: false,
9
+ publish: false,
10
+ exclude: [" typo"],
11
+ prerelease: "beta",
12
+ packagePath: "package.json",
13
+ lernaPath: "lerna.json"
14
+}
package.json
@@ -4,7 +4,11 @@
"build": "vuepress build docs"
},
"devDependencies": {
- "vuepress": "^1.5.0"
+ "vuepress": "^1.5.0",
+ "generi": "2.0.4",
+ "patch": "generi log patch",
+ "minor": "generi log minor",
+ "major": "generi log major"
"dependencies": {
"vuepress-theme-yuu": "^2.3.0"
0 commit comments