From 13bd900f9b430115101b8d809f8860d408fc1420 Mon Sep 17 00:00:00 2001 From: Rikard Eide Date: Tue, 1 Sep 2020 11:38:53 +0200 Subject: [PATCH] Update README publishing info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca96d31..5f33edb 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,9 @@ The following is a overview of the rules each collection includes: This package is hosted on npm under @otovo/eslint-config-otovo namespace and is published using [`np`](https://github.com/sindresorhus/np). To publish a new version, run ```sh -yarn run release +yarn release --no-tests ``` +(We currently don't have any tests) + Doing so guides you through publishing to npm, pushing tags to Github and create release notes.