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

Automate Changelog Generation for container & standalone libraries #3631

Open
ndricimrr opened this issue Jan 31, 2024 · 0 comments
Open

Automate Changelog Generation for container & standalone libraries #3631

ndricimrr opened this issue Jan 31, 2024 · 0 comments
Labels
internal Stuff like NFRs, CI pipeline

Comments

@ndricimrr
Copy link
Contributor

Should be just one simple command:

example:

// changelogGeneration.js
lerna-changelog --from=v2.8.0 --to=v2.8.1 --lerna-label=container
or
lerna-changelog --from=v2.8.0 --to=v2.8.1 --lerna-label=ui5-support-library

Also each PR that adds new features and fixes bugs (ignore internal fixes/docu/refactoring not relevant to client) should have the "container" or "ui5-support-library" label, or any other label names.

@ndricimrr ndricimrr added the internal Stuff like NFRs, CI pipeline label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Stuff like NFRs, CI pipeline
Projects
None yet
Development

No branches or pull requests

1 participant