Method: Hookify::Command::PreRelease#create

Defined in:
lib/hookify/commands/pre_release.rb

#createObject



4
5
6
7
8
# File 'lib/hookify/commands/pre_release.rb', line 4

def create
  write_file
  display("This runs before every 'git commit'\n")
  true
end