#Best practice for releasing a deno package on GitHub

1 messages · Page 1 of 1 (latest)

dapper wigeon
#

Is there a best practice for the release process of a Deno library on GitHub? I use semantic-release for node libraries.
Automating the release & (publishing to jsr.io) can still be quite helpful for libraries.

tiny pebble
#

Iunno about automating release but publishing can be automated with CI

dapper wigeon