#Best practice for releasing a deno package on GitHub
1 messages · Page 1 of 1 (latest)
Iunno about automating release but publishing can be automated with CI
I personally do this:
https://github.com/retraigo/fortuna/blob/main/.github/workflows/publish.yml
I know how to publish. I am interested in automating the release process (which can be done with sematic-release in node).
- Increase version in deno.json (depending on commit messages)
- Create tag
- Create release