Skip to content

Adjust docs tooling for integration plugins #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions plugindocs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ def execute
github_source_from_gem_data(repository_name, gem_data)
end || fail("[repository:#{repository_name}]: failed to find release package `#{tag(version)}` via rubygems")

if released_plugin.type == 'integration' && !is_default_plugin
$stderr.puts("[repository:#{repository_name}]: Skipping non-default Integration Plugin\n")
next
end

release_tag = released_plugin.tag
release_date = released_plugin.release_date ?
released_plugin.release_date.strftime("%Y-%m-%d") :
Expand Down