-
-
Notifications
You must be signed in to change notification settings - Fork 176
Description
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:
- 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 🤖
Metadata
Metadata
Assignees
Labels
No labels