lightstep-tracer-ruby/Makefile

16 строки
315 B
Makefile
Исходник Обычный вид История

2016-04-14 23:38:41 +03:00
.PHONY: build test publish
build:
gem build lightstep-tracer.gemspec
test:
rake spec
publish: build test
gem bump --version patch
make build # rebuild after version increment
git tag $(shell ruby scripts/version.rb)
git push
git push --tags
2016-04-14 23:38:41 +03:00
gem push lightstep-tracer-$(shell ruby scripts/version.rb).gem