public
Description: Extensible Ruby wrapper for Atom and RSS parsers
Homepage: http://feed-normalizer.rubyforge.org/
Clone URL: git://github.com/aasmith/feed-normalizer.git
Adam Fields (author)
Tue Oct 27 10:47:11 -0700 2009
aasmith (committer)
Tue Oct 27 13:35:03 -0700 2009
feed-normalizer / RELEASE
100644 21 lines (14 sloc) 0.496 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Steps to create a release:
 
 o Update Rakefile version
 
 o Create package
    rake clobber
    rake package
 
 o Tag release
    svn copy https://feed-normalizer.googlecode.com/svn/trunk \
             https://feed-normalizer.googlecode.com/svn/tags/RELEASE_[MAJOR]_[MINOR]_[REVISION]
 
 o Upload gem and zip to rubyforge
   rake release VERSION=x.y.z
   rake post_news
   rake email - use this for posting email ANNs-
                it adds the download URL amongst other things.
 
 o Update RAA