From 1157143981c17faba1d8ab19fa8b0327ee176d9e Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 15 May 2020 22:57:11 +0200 Subject: [PATCH] update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0420fd..9381b43 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This template automate the boring and tedious tasks of: - Writing a [README.md](https://github.com/garronej/denoify_ci/blob/dev/README.template.md) with decent presentation and instructions on how to install/import your module. - Testing on multiples ``Node`` version before publishing. - Maintaining a CHANGELOG. -- Publishing on NPM. +- Publishing on NPM and creating corresponding GitHub releases. Good stuffs that come with using this template: - No source file are tracked on the default branch . @@ -25,6 +25,7 @@ Good stuffs that come with using this template: ``import {...} from "my_module/theFile"`` instead of the usual ``import {...} from "my_module/dist/theFile"`` - CDN distribution for importing from an ``.html`` file with a ``