lib/semmy/configuration.rb in semmy-0.2.0 vs lib/semmy/configuration.rb in semmy-0.2.1

- old
+ new

@@ -26,10 +26,10 @@ @prepare_commit_message = 'Prepare %{version} release' @bump_commit_message = 'Bump version to %{version}' @changelog_path = 'CHANGELOG.md' @changelog_version_section_heading = '### Version %{version}' - @changelog_compare_url = '%{repository}/compare/%{old_version_tag}..%{new_version_tag}' + @changelog_compare_url = '%{repository}/compare/%{old_version_tag}...%{new_version_tag}' @changelog_unrelased_section_heading = '### Changes on `master`' @changelog_unrelased_section_blank_slate = 'None so far.' @source_files_with_docs_tags = '{app,lib}/**/*.{js,rb,scss}' @rewritten_since_doc_tag = 'edge'