From 97ea21e3b72e29d506a9232c2770de5d2018da10 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 29 Feb 2020 20:15:21 -0500 Subject: [PATCH 1/2] docs: badges, ci workflow naming --- .github/workflows/nodejs.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1b245b5..2070106 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,4 +1,4 @@ -name: Node.js CI +name: packwatch CI on: [push] diff --git a/README.md b/README.md index 4eff806..309d6fc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ > It ain't easy being tiny. + +[![codecov](https://codecov.io/gh/mcataford/packwatch/branch/master/graph/badge.svg)](https://codecov.io/gh/mcataford/packwatch) +![packwatch CI](https://github.com/mcataford/packwatch/workflows/packwatch%20CI/badge.svg) + ## Overview `packwatch` is inspired by what projects like [`bundlewatch`](https://github.com/bundlewatch/bundlewatch) do for webpack bundle size monitoring and applies the same general idea to monitor your node packages' tarball sizes across time and help avoid incremental bloat. Keeping your applications as trim as possible is important to provide better experiences to users and to avoid wasting system resources, and being cognizant of the footprint of the packages you put out there is paramount. -- 2.45.2 From e739cc02d99bee5ee473fefcfe15815024ccdfd8 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 29 Feb 2020 20:16:18 -0500 Subject: [PATCH 2/2] docs: semrel badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309d6fc..7ec5de2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ > It ain't easy being tiny. - [![codecov](https://codecov.io/gh/mcataford/packwatch/branch/master/graph/badge.svg)](https://codecov.io/gh/mcataford/packwatch) ![packwatch CI](https://github.com/mcataford/packwatch/workflows/packwatch%20CI/badge.svg) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ## Overview -- 2.45.2