From 5bfedd5adbeebe87f9ebd00bbaa104ea270766d9 Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Thu, 8 Jun 2023 11:17:50 +0100 Subject: [PATCH] (Maint) Cleaning up .sync.yml file 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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.sync.yml b/.sync.yml index c34bdc8..e044343 100644 --- 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 -- 2.45.2