mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 03:45:06 +08:00
build(version): 添加changelog配置及脚本
This commit is contained in:
@@ -30,6 +30,10 @@
|
|||||||
"type": "perf",
|
"type": "perf",
|
||||||
"section": "⚡ Performance Improvements | 性能优化"
|
"section": "⚡ Performance Improvements | 性能优化"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "tests",
|
||||||
|
"section": "✅ Tests | 测试"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "test",
|
"type": "test",
|
||||||
"section": "✅ Tests | 测试"
|
"section": "✅ Tests | 测试"
|
||||||
@@ -53,7 +57,7 @@
|
|||||||
],
|
],
|
||||||
"bumpFiles": [
|
"bumpFiles": [
|
||||||
{
|
{
|
||||||
"filename": "MY_VERSION_TRACKER.txt",
|
"filename": "VERSION_TRACKER.txt",
|
||||||
"type": "plain-text"
|
"type": "plain-text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
0
VERSION_TRACKER.txt
Normal file
0
VERSION_TRACKER.txt
Normal file
5
scripts/release.sh
Executable file
5
scripts/release.sh
Executable file
@@ -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
|
||||||
Reference in New Issue
Block a user