Skip to content
Snippets Groups Projects
Select Git revision
  • 3ae11ab43693517da05d6c6290782fea3fb2e797
  • master default protected
  • bump-PyYAML
  • bump-lxml
  • 0.1.11
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.7b1
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.4rc4
  • 0.1.4rc3
  • 0.1.4rc2
  • 0.1.4rc1
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
21 results

Makefile

Blame
  • Makefile 164 B
    release:
    	$(eval version:=$(shell cat VERSION))
    	echo $(version)
    	git commit VERSION -m "Version $(version)"
    	git tag $(version)
    	git push origin master $(version)