Skip to content

Commit 5bfedd5

Browse files
committed
(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.
1 parent 300d411 commit 5bfedd5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.sync.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ appveyor.yml:
55
delete: true
66

77
Gemfile:
8-
optional:
9-
":development":
10-
- gem: github_changelog_generator
11-
version: '= 1.15.2'
128
Rakefile:
139
changelog_max_issues: 500
10+
extra_disabled_lint_checks:
11+
- anchor_resource
1412
spec/spec_helper.rb:
1513
mock_with: ":rspec"
1614
coverage_report: true
@@ -28,7 +26,3 @@ spec/spec_helper.rb:
2826
unmanaged: false
2927
.travis.yml:
3028
delete: true
31-
changelog_since_tag: '5.0.1'
32-
Rakefile:
33-
extra_disabled_lint_checks:
34-
- anchor_resource

0 commit comments

Comments
 (0)