From 29ab4d98787813ddd19eb36dd3566cd6ac13283f Mon Sep 17 00:00:00 2001 From: StevenBlack Date: Wed, 7 Mar 2018 00:12:20 -0500 Subject: [PATCH] New section titled "Release management", documenting the presence and use of [Release-It!](https://webpro.github.io/release-it/) in the repo. --- readme_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme_template.md b/readme_template.md index 40bbe24ce..9d8639193 100644 --- a/readme_template.md +++ b/readme_template.md @@ -304,6 +304,13 @@ Open a Terminal and run: sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder ``` +## Release management + +This repository uses [Release-It!](https://webpro.github.io/release-it/), an excellent CLI release +tool for Github repos and npm packages, to automate creating [releases](https://github.com/StevenBlack/hosts/releases). +This is why the [package.json](https://github.com/StevenBlack/hosts/blob/master/package.json) and +[.release-it.json](https://github.com/StevenBlack/hosts/blob/master/.release-it.json) files are bundled. + ## Goals of this unified hosts file The goals of this repo are to: