Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2023-08-03 10:55:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-08-03 10:55:03 +0800
Commit
8ab0090909be821a1afcf8ca7eb4ef6049be1bab
8ab00909
1 parent
c88e6727
Fix scripts for releasing go packages (#232)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
scripts/go/release.sh
scripts/go/release.sh
查看文件 @
8ab0090
...
...
@@ -44,6 +44,7 @@ echo "new_tag: $new_tag"
git add .
git status
git commit -m
"Release
$new_tag
"
&&
\
git push
&&
\
git tag
$new_tag
&&
\
git push origin
$new_tag
||
true
...
...
@@ -90,6 +91,7 @@ echo "new_tag: $new_tag"
git add .
git status
git commit -m
"Release
$new_tag
"
&&
\
git push
&&
\
git tag
$new_tag
&&
\
git push origin
$new_tag
||
true
...
...
@@ -135,6 +137,7 @@ echo "new_tag: $new_tag"
git add .
git status
git commit -m
"Release
$new_tag
"
&&
\
git push
&&
\
git tag
$new_tag
&&
\
git push origin
$new_tag
||
true
...
...
请
注册
或
登录
后发表评论