px_github_changelog_generator 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55db8cee36750e9ee5cb8e27be0c9583b3588fcda1e2826127d3b6de78eddc03
4
- data.tar.gz: 5f98421c6555e473fa5eea449929b5b39ae21bf2c032f4d8a5727aca9e4af57e
3
+ metadata.gz: 7e215dea03333908a1a8eac3bc0d97f22c0070f78d99e6d3e3a075195fbd3923
4
+ data.tar.gz: ee0d436228e3ff18a7220120bb84bf9ff3da4a28022fb8c12722174fbdff14a6
5
5
  SHA512:
6
- metadata.gz: ebb2e95a09a20ba6276dc587369309ae6de2dad6ab25c82dfc1803133a7db973f99d8c08c95b3d423309efcbb7ae67f534c40e8e588fb6cbe224f8b6ab6cea9c
7
- data.tar.gz: '083f0746d30a196194ce0e11e51ae9c517c7264487ce82a12231520c6cb50e59050b78f7eac4bf34f3c0040a06a30b3519ab738c2844fc351c4bb57f2b828b71'
6
+ metadata.gz: 4c147b5325bf54b64487cd24aecf384ccb8719d92390212002394e58ff35d1e977f24398f5c2250e2e1f8091c3602041cb7a3255451ac250c90e4277e41e1f83
7
+ data.tar.gz: 341ffa000fbe6f375caa3b0f09b28233d673d9c12ebf5a1b564a90e913714491d81f9aa802f9ba181f7768f51b93a4adc23f8775740820645b110a5aef73ac7c
@@ -26,11 +26,11 @@ module GitHubChangelogGenerator
26
26
  class Generator
27
27
  attr_accessor :options, :filtered_tags, :tag_section_mapping, :sorted_tags
28
28
 
29
- CREDIT_LINE = <<~CREDIT
30
- \\* *Test This Changelog was automatically generated \
31
- by [github_changelog_generator]\
32
- (https://github.com/github-changelog-generator/github-changelog-generator)*
33
- CREDIT
29
+ # CREDIT_LINE = <<~CREDIT
30
+ # \\* *Test This Changelog was automatically generated \
31
+ # by [github_changelog_generator]\
32
+ # (https://github.com/github-changelog-generator/github-changelog-generator)*
33
+ # CREDIT
34
34
 
35
35
  # A Generator responsible for all logic, related with changelog generation from ready-to-parse issues
36
36
  #
@@ -158,7 +158,7 @@ module GitHubChangelogGenerator
158
158
  def remove_old_fixed_string(log)
159
159
  log.gsub!(/#{Regexp.escape(@options[:frontmatter])}/, "") if @options[:frontmatter]
160
160
  log.gsub!(/#{Regexp.escape(@options[:header])}\n{,2}/, "")
161
- log.gsub!(/\n{,2}#{Regexp.escape(CREDIT_LINE)}/, "") # Remove old credit lines
161
+ # log.gsub!(/\n{,2}#{Regexp.escape(CREDIT_LINE)}/, "") # Remove old credit lines
162
162
  log
163
163
  end
164
164
 
@@ -170,7 +170,7 @@ module GitHubChangelogGenerator
170
170
  ins += @options[:frontmatter] if @options[:frontmatter]
171
171
  ins += "#{@options[:header]}\n\n"
172
172
  log.insert(0, ins)
173
- log += "\n\n#{CREDIT_LINE}"
173
+ # log += "\n\n#{CREDIT_LINE}"
174
174
  log
175
175
  end
176
176
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: px_github_changelog_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert