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

chore(build): Remove version numbers from build artifact names #506

Open
EandrewJones opened this issue Oct 9, 2024 · 0 comments
Open
Labels
Good First Issue Stuff for folks new to project Process ASF- or Project-Driven Release Processes

Comments

@EandrewJones
Copy link
Contributor

Problem

Build artifact names contain the version number. This creates a dependency between our test suite (see here, for example) and the version number. Not only is this a blocker for automation, it will create flaky tests on every release.

Solution

Remove version numbers from the build artifact name. The only place version numbers need be included is on the release channels (NPM, apache), not in built js files themselves.

@EandrewJones EandrewJones added Process ASF- or Project-Driven Release Processes Good First Issue Stuff for folks new to project labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Stuff for folks new to project Process ASF- or Project-Driven Release Processes
Projects
None yet
Development

No branches or pull requests

1 participant