mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't try to do ELPA stuff when releasing a PR version.
This commit is contained in:
parent
bd05a754a8
commit
5e82092f16
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue