You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To date publishing packages has been a manual process - I increment a version number, write the changelog, then manually run the requisite publishing scripts locally.
Now that I'm publishing to JSR as well as NPM, though, it feels like I should try to automate this part of it completely. The fact that JSR has first-class support for publishing via CI turns this effort into mostly "figure out how to do this for NPM."
I think ideally I'd be able to do the following:
Write the update
Increment "version" in deno.json
Write a corresponding entry in CHANGELOG.md
Tag HEAD with the new version
Push up HEAD + tag
Create a new Release on GitHub
CI publishes to JSR and NPM 🤖
The text was updated successfully, but these errors were encountered:
Describe the issue
To date publishing packages has been a manual process - I increment a version number, write the changelog, then manually run the requisite publishing scripts locally.
Now that I'm publishing to JSR as well as NPM, though, it feels like I should try to automate this part of it completely. The fact that JSR has first-class support for publishing via CI turns this effort into mostly "figure out how to do this for NPM."
I think ideally I'd be able to do the following:
"version"
in deno.jsonThe text was updated successfully, but these errors were encountered: