1 Star 0 Fork 88

chendexi/nestos-assembler

forked from openEuler/nestos-assembler 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RELEASE.txt 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
fu-shanqing 提交于 2022-06-13 14:28 . Source repository initialization
# Rough notes for release:
# Grab the pretty gitlog grouped by contributor
LASTTAG='v0.2.0'
NEWTAG='v0.3.0'
git shortlog --no-merges --pretty=format:"%h %s" -e ${LASTTAG}..HEAD
# Create a tag using git-evtag (will pop open vim window)
# Copy in notes from shortlog command and add release message.
git-evtag sign ${NEWTAG}
# verify using git-evtag and git
git-evtag verify ${NEWTAG}
git verify-tag ${NEWTAG}
# push to the remote (change if your remote is named different)
REMOTE=origin
git push ${REMOTE} --tags
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ccdxx/nestos-assembler.git
git@gitee.com:ccdxx/nestos-assembler.git
ccdxx
nestos-assembler
nestos-assembler
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385