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

update the repo to project liberty labs #212

Merged
merged 4 commits into from
Aug 23, 2024
Merged

Conversation

aramikm
Copy link
Collaborator

@aramikm aramikm commented Aug 22, 2024

Goal

The goal of this PR is to update the repo to ProjectLibertyLabs

Closes #211

Changes

  • LICENSE file Copyright [yyyy] [name of copyright owner] -> Copyright Project Liberty LLC
  • Updated io.amplica java to io.projectliberty
    • Publish the updated java package
    • Update docs
  • Updated @dsnp/graph-sdk -> @projectlibertylabs/graph-sdk
    • switching from NODE_AUTH_TOKEN -> NPM_AUTH_TOKEN in GitHub Actions
    • NPM Publish a new version with the new package name
  • Updated version to 2.0.0
  • Removed all references to amplica

@@ -7,7 +7,7 @@ UNAME := $(shell uname)

PROTOC := protoc
ifeq ($(UNAME), Darwin)
PROTOC = /opt/homebrew/opt/protobuf@27/bin/protoc
PROTOC = /opt/homebrew/opt/protobuf@21/bin/protoc
Copy link
Collaborator Author

@aramikm aramikm Aug 22, 2024

Choose a reason for hiding this comment

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

Was showing that experimental issue which I thought it was solved. So had to role back to the previous version we were using.

Copy link
Collaborator

@saraswatpuneet saraswatpuneet left a comment

Choose a reason for hiding this comment

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

Lgtm

Copy link
Collaborator

@JoeCap08055 JoeCap08055 left a comment

Choose a reason for hiding this comment

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

all looks good--I had some concerns about doing a major version bump 1.1.x -> 2.0.0, but since anyone depending on the package will have to make a source change to pull from the new repo/published name anyway, I think it's fine.

@wesbiggs
Copy link

all looks good--I had some concerns about doing a major version bump 1.1.x -> 2.0.0, but since anyone depending on the package will have to make a source change to pull from the new repo/published name anyway, I think it's fine.

+1 The Java package name change pushes it over the edge for me.

@aramikm aramikm merged commit ced7454 into main Aug 23, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to use Project Liberty Labs
4 participants