From 3f9511fe71b40f583fb02126c5059ecb8e5ec6e5 Mon Sep 17 00:00:00 2001 From: Dylan Vorster Date: Sat, 1 Jul 2023 18:58:35 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ada632..9ce82cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Tornado (WIP) [![Build](https://github.com/projectstorm/tornado/actions/workflows/test.yml/badge.svg)](https://github.com/projectstorm/tornado/actions/workflows/test.yml) -[![Docker](https://img.shields.io/docker/pulls/projectstorm/tornado.svg)](https://hub.docker.com/repository/docker/projectstorm/tornado) +[![Docker](https://img.shields.io/docker/pulls/projectstorm/tornado.svg)](https://hub.docker.com/r/projectstorm/tornado) [![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-f9ad00.svg)](https://pnpm.io/) @@ -126,6 +126,8 @@ and something like this: ```pnpm version major/minor/patch && git push --tags origin master``` this will rollup a changelog, create a release and publish to docker with the `latest` tag + semver. +_Note: Pull requests must have the appropriate label (eg 'feature') to be included in the release notes automatically._ + ## About Author: Dylan Vorster (dylanvorster.com)