Don't try to do ELPA stuff when releasing a PR version.

This commit is contained in:
Nathan Weizenbaum 2010-03-31 00:16:46 -07:00
parent bd05a754a8
commit 5e82092f16
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ task :release_elpa do
require 'time'
require scope('lib/haml')
next if Haml.version[:prerelease]
version = Haml.version[:number]
haml_unchanged = mode_unchanged?(:haml, version)