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

Align bundle name sanization with SPM #6234

Merged
merged 17 commits into from Apr 25, 2024

Conversation

danibachar
Copy link
Collaborator

Resolves #6232

Short description πŸ“

Replace "-" with "_" only for target names
This is a direct continuation for #6146
Once the above is merged we can merge this fix as well

How to test the changes locally 🧐

See - #6232

Contributor checklist βœ…

  • The code has been linted using run mise run lint:fix
  • The change is tested via unit testing or acceptance testing, or both
  • The title of the PR is formulated in a way that is usable as a changelog entry
  • In case the PR introduces changes that affect users, the documentation has been updated

Reviewer checklist βœ…

  • The code architecture and patterns are consistent with the rest of the codebase
  • Reviewer has checked that, if needed, the PR includes the label changelog:added, changelog:fixed, or changelog:changed, and the title is usable as a changelog entry

@danibachar danibachar changed the title Danibachar/file synitizer bundle name Fix file sanitizer bundle name formatting Apr 24, 2024
Copy link
Member

@fortmarek fortmarek left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for the fix πŸ™Œ

We can merge once the lint job succeeds

@fortmarek fortmarek added the changelog:fixed PR will be listed in the Fixed section of CHANGELOG label Apr 24, 2024
@fortmarek fortmarek changed the title Fix file sanitizer bundle name formatting Align bundle name sanizations with SPM Apr 24, 2024
@fortmarek fortmarek changed the title Align bundle name sanizations with SPM Align bundle name sanization with SPM Apr 24, 2024
@danibachar
Copy link
Collaborator Author

Looks good, thanks for the fix πŸ™Œ

We can merge once the lint job succeeds

Fixed

@fortmarek fortmarek merged commit 492b350 into tuist:main Apr 25, 2024
8 checks passed
@danibachar danibachar deleted the danibachar/file-synitizer-bundle-name branch May 3, 2024 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:fixed PR will be listed in the Fixed section of CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If project name contains "-" and contains bundles, we are changing the project name for bundle
2 participants