From df9daa0b961e67b1efbb521429893d7d38609585 Mon Sep 17 00:00:00 2001
From: Craig Wayne
Date: Wed, 27 May 2020 18:13:01 +0200
Subject: [PATCH 1/3] docs: replaced wiki links with htmlhint.com links (#424)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 72c438a65..45360d151 100644
--- a/README.md
+++ b/README.md
@@ -116,9 +116,9 @@ Inline rules in `test.html`:
## 📙 Docs
-1. [How to use](https://github.com/htmlhint/HTMLHint/wiki/Usage)
-2. [All Rules](https://github.com/htmlhint/HTMLHint/wiki/Rules)
-3. [How to Develop](https://github.com/htmlhint/HTMLHint/wiki/Developer-guide)
+1. [How to use](https://htmlhint.com/docs/user-guide/usage/cli)
+2. [All Rules](https://htmlhint.com/docs/user-guide/list-rules)
+3. [How to Develop](CONTRIBUTING.md)
## © License
From 2aec895fbfa4b4725e480e8f1cac0477883c8497 Mon Sep 17 00:00:00 2001
From: Christian Oliff
Date: Sat, 30 May 2020 18:45:06 +0900
Subject: [PATCH 2/3] docs: remove deadlink from README (#411)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 45360d151..35f818ab2 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@
- How To Use • Contributing • Roadmap • Website
+ How To Use • Contributing • Website
## Table of Contents
From 62c2f3c4dbc31235f644da42b1eeccd8d73c83aa Mon Sep 17 00:00:00 2001
From: David Dias
Date: Sat, 30 May 2020 14:48:13 -0400
Subject: [PATCH 3/3] fix: add missing branches to action release (#425)
---
.github/workflows/release.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index da2b96f2f..f4cd8ec5d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,6 +4,11 @@ on:
push:
branches:
- master
+ - next
+ - next-major
+ - next-minor
+ - alpha
+ - beta
jobs:
release: