# File lib/puppet/module/tool/metadata.rb, line 111
    def release_name
      return [dashed_name, @version].join('-')
    end