1 Star 0 Fork 0

tx7do/kratos-authn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
tx7do 提交于 2022-12-20 22:43 . feat: update mod & refactor.
APP_VERSION=v0.0.1
PACKAGE_LIST = engine/presharedkey/ engine/oidc/ engine/jwt/ middleware/
.PHONY: tag
tag:
git tag -f $(APP_VERSION) && $(foreach item, $(PACKAGE_LIST), git tag -f $(item)$(APP_VERSION) && ) git push --tags --force
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tx7do/kratos-authn.git
git@gitee.com:tx7do/kratos-authn.git
tx7do
kratos-authn
kratos-authn
main

搜索帮助