diff --git a/.versionrc b/.versionrc index 19673ca..017437c 100644 --- a/.versionrc +++ b/.versionrc @@ -30,6 +30,10 @@ "type": "perf", "section": "⚡ Performance Improvements | 性能优化" }, + { + "type": "tests", + "section": "✅ Tests | 测试" + }, { "type": "test", "section": "✅ Tests | 测试" @@ -53,7 +57,7 @@ ], "bumpFiles": [ { - "filename": "MY_VERSION_TRACKER.txt", + "filename": "VERSION_TRACKER.txt", "type": "plain-text" }, { diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt new file mode 100644 index 0000000..e69de29 diff --git a/scripts/release.sh b/scripts/release.sh new file mode 100755 index 0000000..0de2140 --- /dev/null +++ b/scripts/release.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +docker run --rm -it \ + -v $(pwd):/app -e "GIT_AUTHOR_NAME=ch4o5" -e "EMAIL=dongyun.li@luxcreo.ai" \ + detouched/standard-version:latest $1