build: finished standard-version config

This commit is contained in:
Lukas Obermann
2020-11-12 16:50:30 +01:00
parent 53fbaad5c1
commit 1af9bf192f
3 changed files with 7 additions and 6 deletions
-4
View File
@@ -1,8 +1,4 @@
{
"skip": {
"commit": true,
"tag": true
},
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
+5
View File
@@ -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
View File
@@ -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": {