mirror of
https://github.com/beego/bee.git
synced 2025-06-11 03:10:40 +00:00
upgrade version to 2
This commit is contained in:
2
Makefile
2
Makefile
@ -24,6 +24,6 @@ clean:
|
||||
publish:
|
||||
mkdir -p bin/$(VERSION)
|
||||
cd bin/$(VERSION)
|
||||
xgo -v -x --targets="windows/*,darwin/*,linux/386,linux/amd64,linux/arm-5,linux/arm64" -out bee_$(VERSION) github.com/beego/bee
|
||||
xgo -v -x --targets="windows/*,darwin/*,linux/386,linux/amd64,linux/arm-5,linux/arm64" -out bee_$(VERSION) github.com/beego/bee/v2
|
||||
cd ..
|
||||
ghr -u beego -r bee $(VERSION) $(VERSION)
|
||||
|
Reference in New Issue
Block a user