Skip to content

Commit 53fd883

Browse files
committed
build: setup commit-and-tag-version
1 parent d3a6cbc commit 53fd883

File tree

4 files changed

+3322
-213
lines changed

4 files changed

+3322
-213
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist/
22
ios/Pods/
33
*.md
4+
!CHANGELOG.md
45
package-lock.json

.versionrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n",
3+
"releaseCommitMessageFormat": "release: v{{currentTag}}",
4+
"scripts": {
5+
"postchangelog": "prettier --write CHANGELOG.md"
6+
}
7+
}

0 commit comments

Comments
 (0)