class PrChangelog::BaseCommitStrategy

A “protocol”-like base class for the extracting the change commit strategies

Public Instance Methods

format_commit(_commit_line) click to toggle source
# File lib/pr_changelog/base_commit_strategy.rb, line 10
def format_commit(_commit_line)
  raise 'Not implemented'
end
parsed_commits() click to toggle source
# File lib/pr_changelog/base_commit_strategy.rb, line 6
def parsed_commits
  raise 'Not implemented'
end