Skip to content

Commit 5a7002b

Browse files
committed
NH-88760: remove unused md
1 parent 493b32c commit 5a7002b

File tree

5 files changed

+8
-27
lines changed

5 files changed

+8
-27
lines changed

.github/workflows/ci-markdownlint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919
!lambda/.aws-sam/**
2020
!.github/pull_request_template.md
2121
!.github/ISSUE_TEMPLATE/bug-or-feature-request.md
22-
continue-on-error: true

.yardopts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
--no-private
2-
--readme yardoc_frontpage.md
32
lib/solarwinds_apm/api/tracing.rb
43
lib/solarwinds_apm/api/current_trace_info.rb
54
lib/solarwinds_apm/api/transaction_name.rb

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ For the latest release info, see here:
55

66
Dates in this file are in the format MM/DD/YYYY.
77

8+
## solarwinds_apm 6.0.2 (06/27/2024)
9+
10+
This release includes the following features:
11+
12+
* Add multi-runtime lambda layer
13+
* Fix the issue of init msg not sent
14+
815
## solarwinds_apm 6.0.1 (06/20/2024)
916

1017
This release includes the following features:

solarwinds_apm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Gem::Specification.new do |s|
1919
'documentation_uri' => 'https://documentation.solarwinds.com/en/success_center/observability/default.htm#cshid=config-ruby-agent',
2020
'homepage_uri' => 'https://documentation.solarwinds.com/en/success_center/observability/content/intro/landing-page.html',
2121
'source_code_uri' => 'https://github.com/solarwinds/apm-ruby',
22-
'github_repo' => 'https://github.com/solarwinds/apm-ruby.git',
2322
'rubygems_mfa_required' => 'true' }
2423

2524
s.extra_rdoc_files = ['LICENSE']
2625
# s.files = `git ls-files`.split("\n").reject { |f| f.match(%r{^(test|gemfiles)/}) }
2726
s.files = Dir['lib/**/*']
27+
s.files += ['.yardopts', 'README.md', 'LICENSE']
2828
s.files += ['ext/oboe_metal/src/oboe.h',
2929
'ext/oboe_metal/src/oboe_api.cpp',
3030
'ext/oboe_metal/src/oboe_api.h',

yardoc_frontpage.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)