1 Star 0 Fork 0

stoneqp/merchant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 409 Bytes
一键复制 编辑 原始数据 按行查看 历史
Javed Khan 提交于 2013-10-14 15:55 . make releases easier
.PHONY: check-ver
all: init test
init:
pip install -e .
pip install -r example/requirements.txt
test: init
python example/manage.py test billing
release: check-ver
@echo ${VER}
sed -i "s/^VERSION = .*/VERSION = '${VER}'/g" setup.py
git add setup.py
git commit -m "version bump"
git tag v${VER}
git push --tags
python setup.py sdist upload
check-ver:
ifndef VER
$(error VER is undefined)
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stoneqp/merchant.git
git@gitee.com:stoneqp/merchant.git
stoneqp
merchant
merchant
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385