Skip to content

Commit

Permalink
chore: integrate standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Mar 22, 2021
1 parent 555f7e9 commit fdcd055
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"types": [
{"type": "feat", "section": "Features"},
{"type": "refactor", "section": "Refactors"},
{"type": "perf", "section": "Performances"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "test", "hidden": true},
{"type": "release", "hidden": true}
],
"releaseCommitMessageFormat": "release: {{currentTag}}"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "node_modules/webpack/bin/webpack.js --mode production --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimyvgy/simple-scrollspy.git"
"url": "https://github.com/kimyvgy/simple-scrollspy"
},
"keywords": [
"scroll",
Expand Down

0 comments on commit fdcd055

Please sign in to comment.