-
Notifications
You must be signed in to change notification settings - Fork 28
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: publishing to github packages from develop #274
Conversation
12e2176
to
beb2b62
Compare
This reverts commit a34ed45.
f80a01d
to
a4aa5c5
Compare
a4aa5c5
to
8034705
Compare
8034705
to
8d8fcdd
Compare
.npmrc
Outdated
@@ -1 +0,0 @@ | |||
tag-version-prefix="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tag version prefix was necessary for doing the public release to npm registry. Is it obsolete?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't actually know - it looked like Dudley introduced this with his last PR and he said it was irrelevant, so I removed it. If we still need it, I can put it back in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts commit eaeafb9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes KILTProtocol/ticket#599
Builds and publishes the sdk as a npm package to the GitHub Packages repo.
These releases are versioned with the current commit id and tagged
dev
.Possible issues:
.npmrc
in this repo that may interfere with the publishing processpackage.json
mentions a target for publishing (publishConfig
) that could potentially interfereHow to test:
By adding this branch to the triggers I have successfully triggered a release. You can find the published package in https://github.com/KILTprotocol/sdk-js/packages/286306.
Checklist: