Skip to content
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

Remove unused plugins from Kapetanios #3681

Merged
merged 1 commit into from
May 27, 2022
Merged
Show file tree
Hide file tree
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
27 changes: 0 additions & 27 deletions .kapetanios/plugin-template.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .kapetanios/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
version: v1
kind: Plugin
spec:
# A plugin provides command to generate the changelog from latest release.
# See more: https://kapetanios.dev/docs/plugins/changelog
changelog:
enabled: true
useReleaseNote: true

# A plugin that generates changelog and makes github release
# when VERSION file was updated.
# See more: https://kapetanios.dev/docs/plugins/release
release:
enabled: true
useReleaseNote: true

# A plugin to ensure the release note should be included
# in pull request description.
# See more: https://kapetanios.dev/docs/plugins/releasenote
releaseNote:
enabled: true

# A plugin that automatically creates issues when merging
# pull request based on specified keywords.
# See more: https://kapetanios.dev/docs/plugins/todo
Expand Down