Skip to content

Commit

Permalink
fixed Makefile release rule
Browse files Browse the repository at this point in the history
do not commit automatically
  • Loading branch information
hayamiz committed Jun 5, 2010
1 parent fdb8e8d commit f549e07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -42,7 +42,6 @@ release: $(DISTRIB_FILES)
ruby misc/vernum-updater.rb \
--prev-version=HEAD --next-version=$$(cat VERSION) \
twittering-mode.el NEWS NEWS.ja
-git commit -a
@([ -d $(DISTRIB_DIR) ] && rm -rf $(DISTRIB_DIR)) || true
mkdir $(DISTRIB_DIR)
cp -r -t $(DISTRIB_DIR)/ $(DISTRIB_FILES)
Expand Down

0 comments on commit f549e07

Please sign in to comment.