1 Star 0 Fork 1

neucloud/phpPgAdmin6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
VERSION = $(shell cat composer.json | sed -n 's/.*"version": "\([^"]*\)",/\1/p')
SHELL = /usr/bin/env bash
default: install
.PHONY: tag install test
version:
@echo $(VERSION)
install:
composer install --no-dev
chmod 777 temp -R
update_version:
@echo "Current version is " ${VERSION}
@echo "Next version is " $(v)
sed -i s/"$(VERSION)"/"$(v)"/g composer.json
composer update nothing
tag_and_push:
git add --all
git commit -a -m "Tag v $(v) $(m)"
git tag v$(v)
git push
git push --tags
tag: update_version tag_and_push
test:
./vendor/bin/codecept run unit --debug
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/neucloud/phpPgAdmin6.git
git@gitee.com:neucloud/phpPgAdmin6.git
neucloud
phpPgAdmin6
phpPgAdmin6
master

搜索帮助