lib/tasks/package.rake in packaging_rake_tasks-1.1.3 vs lib/tasks/package.rake in packaging_rake_tasks-1.1.4
- old
+ new
@@ -18,7 +18,7 @@
require 'rake'
desc 'Prepare sources for rpm build'
# just call the checks and then build the package
-task :package => ["check:syntax", "check:committed", :test, :tarball]
+task :package => ["check:syntax", "check:committed", "check:changelog", :test, :tarball]