setup jsr publishing #2
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes: #1
hey there! I installed this module in a deno project of mine and when I tried to publish my project to jsr, jsr blocked it saying that it does not allow publishing if I use any deno.land dependencies. So, I decided to see how hard it would be to publish this module to jsr.
I followed the official docs, created necessary files, and successfully published my fork to jsr with success using the files in this PR. It was really easy without needing to modify any source code. This PR contains all the files that I used to publish.
If you're interested in merging this in, be sure to follow these quick steps before doing so.
@denosaursas your scope and usecommitas the name.commitinto the textbox asking you for the name of the github repo and click "Link" button.Then all you should have to do is merge this PR into the main branch. The new GitHub Actions workflow should do all the publishing for you, including auth.
Thanks for creating this great module!