diff --git a/Rakefile b/Rakefile index cfb20cc..54015a8 100644 --- a/Rakefile +++ b/Rakefile @@ -38,7 +38,9 @@ task :release => [:bundle, :package, 'doc:archive'] do sh "googlecode_upload.py -s \"YASnippet Document #{$version}\"" + " -p yasnippet -l \"Featured,Type-Docs,OpSys-All\"" + " pkg/yasnippet-doc-#{$version}.tar.bz2" - + FileUtils.cp "yasnippet-bundle.el", "pkg/yasnippet-bundle-#{$version}.el" + sh "echo for ELPA | mutt -a pkg/yasnippet-bundle-#{$version}.el -s " + + "'YASnippet bundle v#{$version}' elpa@tromey.com" end rule '.html' => '.rst' do |t| diff --git a/doc/changelog.html b/doc/changelog.html index bd2ee87..ab1b98b 100644 --- a/doc/changelog.html +++ b/doc/changelog.html @@ -41,12 +41,21 @@