Navigation Menu

Skip to content

Commit

Permalink
add tag target.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 29, 2011
1 parent 8ed96b5 commit e352c5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Expand Up @@ -24,6 +24,10 @@ EXTRA_DIST = plug.in
installcheck-local: install
test/run-sql-test.sh

tag:
cd $(top_srcdir) && \
git tag v$(VERSION) -a -m 'groonga storage engine $(VERSION)!!!'

update-latest-release:
@if test -z "$(OLD_RELEASE)"; then \
echo "\$$(OLD_RELEASE) is missing"; \
Expand Down

0 comments on commit e352c5e

Please sign in to comment.