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

feat: update atlaskit package preset for changelog retrieval #32690

Closed
wants to merge 4 commits into from
Closed
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
2 changes: 2 additions & 0 deletions lib/config/presets/internal/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const presets: Record<string, Preset> = {
atlaskit: {
description: 'All @atlaskit packages published by Atlassian.',
matchPackageNames: ['@atlaskit/**'],
sourceDirectory: "design-system/{{ lookup (split packageName '/') 1 }}",
sourceUrl: 'https://bitbucket.org/atlassian/atlassian-frontend-mirror',
Comment on lines +22 to +23
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we set anything in any of these packages: presets. Until now they're purely "matching" rules which only work if extended

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback

},
emberTemplateLint: {
description: 'All ember-template-lint packages.',
Expand Down