Skip to content

Commit

Permalink
add -z option to cvsrelease call in release.sh to create a zip releas…
Browse files Browse the repository at this point in the history
…e file
  • Loading branch information
dkearns committed Sep 8, 2005
1 parent 1a17dfa commit 97f800e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,5 +1,8 @@
2005-09-08 Doug Kearns <djkea2@gus.gscit.monash.edu.au>

* etc/release/release.sh: add -z to cvsrelease call to create a zip
release file as well as a tar.gz

* Rakefile: add CONTRIBUTORS file to FileList

* ftplugin/ruby.vim: escape \'s in b:match_skip pattern
Expand Down
2 changes: 1 addition & 1 deletion etc/release/release.sh
Expand Up @@ -15,5 +15,5 @@ release_tag=$1
release_number=$2

export CVSROOT=`cat CVS/Root`
cvsrelease -t $release_tag -r $release_number vim-ruby
cvsrelease -z -t $release_tag -r $release_number vim-ruby

0 comments on commit 97f800e

Please sign in to comment.