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

Use case: do not offer "outdated" components in selection #21

Open
leoselig opened this issue Jan 9, 2019 · 0 comments
Open

Use case: do not offer "outdated" components in selection #21

leoselig opened this issue Jan 9, 2019 · 0 comments

Comments

@leoselig
Copy link
Contributor

leoselig commented Jan 9, 2019

When a component is no longer maintained it is annoying to still have it displayed in the available component options. While the component entry is still needed in the .strangelogrc to be able to compile older changelog entries, it could be configured to no longer be offered when adding new entries.
This is somewhat related to #16.

Possible solution

Transform .strangelogrc format to something like this:

path: ./changelog
components:
  component1:
    title: "First Component"
    enabled: true
  component2:
    title: "Unmaintained Component"
    enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant