Adding 'yadr' command for managing plugins (wip)
This commit is contained in:
15
bin/yadr/lib/trollop-1.16.2/release-script.txt
Normal file
15
bin/yadr/lib/trollop-1.16.2/release-script.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Just a few simple steps to make a new release.
|
||||
|
||||
vi History.txt # and describe changes
|
||||
git-rank-contributors -o -h >> www/index.html
|
||||
vi www/index.html # and integrate contributors
|
||||
## git add, git commit, etc
|
||||
vi lib/trollop.rb # and bump version number
|
||||
git commit -a -m "bump to..."
|
||||
git tag release-<releasename>
|
||||
rake gem
|
||||
gem push pkg/<gem name>
|
||||
git push
|
||||
git push --tags
|
||||
rake upload_docs
|
||||
rake upload_webpage
|
||||
Reference in New Issue
Block a user