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

frontend: Rename vdk/shared to versatiledatakit/shared #1694

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

DeltaMichael
Copy link
Contributor

@DeltaMichael DeltaMichael commented Mar 2, 2023

Why

Fixes the broken CI release job for vdk/shared. The account we publish to in
the registry is called versatiledatakit. Registry only supports scoped packages,
e.g. @something/something-else. We can't publish a package to that account,
unless it matches the account, so it should be called @versatiledatakit/shared
and not @vdk/shared. Otherwise, publishing fails

What

Rename all references for vdk/shared to versatiledatakit/shared
Add package-lock.json to .gitignore
Change description of package to not mention Taurus

How has this been tested

Tested the scripts by running them locally

What type of change are you making

Bugfix

Signed-off-by: Dilyan Marinov mdilyan@vmware.com

@DeltaMichael DeltaMichael force-pushed the person/mdilyan/rename-vdk-shared branch from e2c1f5e to 9e345a0 Compare March 2, 2023 09:05
@DeltaMichael DeltaMichael marked this pull request as ready for review March 2, 2023 09:06
@DeltaMichael DeltaMichael enabled auto-merge (squash) March 2, 2023 09:11
Why

Fixes the broken CI release job for vdk/shared. The account we publish to in
the registry is called versatiledatakit. Registry only supports scoped packages,
e.g. @something/something-else. We can't publish a package to that account,
unless it matches the account, so it should be called @versatiledatakit/shared
and not @vdk/shared. Otherwise, publishing fails

What

Rename all references for vdk/shared to versatiledatakit/shared
Add package-lock.json to .gitignore
Change description of package to not mention Taurus

How has this been tested

Tested the scripts by running them locally

What type of change are you making

Bugfix

Signed-off-by: Dilyan Marinov <mdilyan@vmware.com>
@DeltaMichael DeltaMichael force-pushed the person/mdilyan/rename-vdk-shared branch from 9e345a0 to 28a06b4 Compare March 2, 2023 09:47
@DeltaMichael DeltaMichael merged commit 10b3e1c into main Mar 2, 2023
@DeltaMichael DeltaMichael deleted the person/mdilyan/rename-vdk-shared branch March 2, 2023 09:55
yonitoo pushed a commit that referenced this pull request Mar 2, 2023
### Why
    
Fixes the broken CI release job for vdk/shared. The account we publish
to in
the registry is called versatiledatakit. Registry only supports scoped
packages,
e.g. @something/something-else. We can't publish a package to that
account,
unless it matches the account, so it should be called
@versatiledatakit/shared
and not @vdk/shared. Otherwise, publishing fails
    
### What
    
Rename all references for vdk/shared to versatiledatakit/shared
Add package-lock.json to .gitignore
Change description of package to not mention Taurus
    
### How has this been tested
    
Tested the scripts by running them locally
    
### What type of change are you making
    
Bugfix

Signed-off-by: Dilyan Marinov <mdilyan@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants