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

[LCB] Support nested changelog structures #498

Open
4 of 6 tasks
gunnar-solo opened this issue Aug 8, 2022 · 2 comments
Open
4 of 6 tasks

[LCB] Support nested changelog structures #498

gunnar-solo opened this issue Aug 8, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request size: M

Comments

@gunnar-solo
Copy link
Contributor

gunnar-solo commented Aug 8, 2022

Per discussion doc, changelog bot should support nested versions. This looks like:

v1.9
  v1.9.0
  v1.9.1
  v1.9.2
v1.10
  v1.10.1
  v1.10.2
  v1.10.3
  ...

Notably, this looks like almost the exact same solution as currently exists, only with the ability to specify a subfolder for processing. Known TODOs:

  • figure out how “release notes” are generated, and ensure solution does not break them
  • update changelog bot to be able to specify a subdirecty to parse, rather than a hardcoded changelog/**
    • ensure said update is opt-in vai feature flag
  • validate a test release in a private repository
  • port gloo and solo-projects to new system
  • make some kind of “hey, you can do this too” post to an @here equivalent
@gunnar-solo
Copy link
Contributor Author

this was blocked for ~2 months due to missing permissions in the build bot repo--moving back to triage, since it seems to be low priority

@nfuden
Copy link
Contributor

nfuden commented Nov 7, 2022

Also new impl with github actions will include this in dod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size: M
Projects
None yet
Development

No branches or pull requests

2 participants