Class: WayOfWorking::Versioning::Semver::Generators::Init

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/way_of_working/versioning/semver/generators/init.rb

Overview

This generator add the Semver files to the doc/decisions folder

Instance Method Summary collapse

Instance Method Details

#copy_way_of_working_fileObject



13
14
15
# File 'lib/way_of_working/versioning/semver/generators/init.rb', line 13

def copy_way_of_working_file
  copy_file 'docs/way_of_working/versioning.md'
end