Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#helpObject



4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# File 'lib/gong.rb', line 4

def help()
   return "$ gong --help

	Gong: gem to github

  Usage
    $ gong <version>

    Version can be:
      patch | minor | major | prepatch | preminor | premajor | prerelease | 1.2.3

  Options
    --no-cleanup  Skips cleanup of git and ruby gems
    --tag         Publish under a given dist-tag

  Examples
    $ gong
    $ gong patch
    $ gong 2.3.0
    $ gong 1.0.3-beta.2 --tag=beta
	 "
end