lib/semmy/configuration.rb in semmy-0.4.0 vs lib/semmy/configuration.rb in semmy-1.0.0
- old
+ new
@@ -12,12 +12,12 @@
attr_accessor :compare_url
attr_accessor :file_url
attr_accessor :changelog_path
attr_accessor :changelog_version_section_heading
- attr_accessor :changelog_unrelased_section_heading
- attr_accessor :changelog_unrelased_section_blank_slate
+ attr_accessor :changelog_unreleased_section_heading
+ attr_accessor :changelog_unreleased_section_blank_slate
attr_accessor :changelog_previous_changes_link
attr_accessor :source_files_with_docs_tags
attr_accessor :rewritten_since_doc_tag
@@ -32,11 +32,11 @@
@compare_url = '%{repository}/compare/%{old_version_tag}...%{new_version_tag}'
@file_url = '%{repository}/blob/%{branch}/%{path}'
@changelog_path = 'CHANGELOG.md'
@changelog_version_section_heading = '### Version %{version}'
- @changelog_unrelased_section_heading = '### Changes on `master`'
- @changelog_unrelased_section_blank_slate = 'None so far.'
+ @changelog_unreleased_section_heading = '### Unreleased Changes'
+ @changelog_unreleased_section_blank_slate = 'None so far.'
@changelog_previous_changes_link = "See\n[%{branch} branch](%{url})\nfor previous changes."
@source_files_with_docs_tags = '{app,lib}/**/*.{js,rb,scss}'
@rewritten_since_doc_tag = 'edge'