(Maint) Cleaning up .sync.yml file
authorLukas Audzevicius <laudzevicius24@hotmail.com>
Thu, 8 Jun 2023 10:17:50 +0000 (11:17 +0100)
committerLukas Audzevicius <laudzevicius24@hotmail.com>
Thu, 8 Jun 2023 10:17:50 +0000 (11:17 +0100)
These few changes sprung up as a result of major changes in our
changelog generator usage. It no longer behaves as it previously did and,
therefore, there is no more need for this gem nor the tag option.

.sync.yml

index c34bdc80c3bdeedd7d1005027142fb8bc459d3c7..e0443438a29bd464e855deedd7ef8d93a07011a7 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -5,12 +5,10 @@ appveyor.yml:
   delete: true
 
 Gemfile:
-  optional:
-    ":development":
-    - gem: github_changelog_generator
-      version: '= 1.15.2'
 Rakefile:
   changelog_max_issues: 500
+  extra_disabled_lint_checks:
+    - anchor_resource
 spec/spec_helper.rb:
   mock_with: ":rspec"
   coverage_report: true
@@ -28,7 +26,3 @@ spec/spec_helper.rb:
   unmanaged: false
 .travis.yml:
   delete: true
-changelog_since_tag: '5.0.1'
-Rakefile:
-  extra_disabled_lint_checks:
-    - anchor_resource