build: finished standard-version config
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
{
|
||||
"skip": {
|
||||
"commit": true,
|
||||
"tag": true
|
||||
},
|
||||
"types": [
|
||||
{ "type": "feat", "section": "Features" },
|
||||
{ "type": "fix", "section": "Bug Fixes" },
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
|
||||
+2
-2
@@ -98,8 +98,8 @@
|
||||
"start": "electron .",
|
||||
"test": "jest",
|
||||
"circ": "madge -c ./src",
|
||||
"release": "standard-version --dry-run",
|
||||
"prerelease": "standard-version --prerelease alpha --dry-run"
|
||||
"release:main": "standard-version --dry-run --skip.commit --skip.tag",
|
||||
"release:pre": "standard-version --prerelease=alpha --dry-run --skip.changelog"
|
||||
},
|
||||
"repository": "github:elyukai/optolith-client",
|
||||
"husky": {
|
||||
|
||||
Reference in New Issue
Block a user