Skip to content

Commit

Permalink
fix: remove redundant changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrand-ch committed May 4, 2021
1 parent 6021084 commit 1cc7315
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
4 changes: 3 additions & 1 deletion .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
{ "type": "fix", "section": "Bug fixes" },
{ "type": "perf", "section": "Performance improvement" }
],
"gitTagFallback": false,
"skip": {
"changelog": true
},
"dryRun": true
}
32 changes: 0 additions & 32 deletions CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"clean:dist": "rm -rfv src/dist/*",
"debug:ios": "ns debug ios",
"debug:android": "ns debug android",
"release": "standard-version",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major",
Expand Down

0 comments on commit 1cc7315

Please sign in to comment.