From ccd111e187fe85e2dcb1851e488577c4ca508056 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 12 May 2017 14:06:25 +0200 Subject: [PATCH] release automation --- README.md | 11 ++++++++++- package.json | 10 ++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4260ca0..807f0f8 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,20 @@ [![Build Status](https://travis-ci.org/kremalicious/hyper-mac-pro.svg?branch=master)](https://travis-ci.org/kremalicious/hyper-mac-pro) [![Greenkeeper badge](https://badges.greenkeeper.io/kremalicious/hyper-mac-pro.svg)](https://greenkeeper.io/) +[![npm version](https://img.shields.io/npm/v/hyper-mac-pro.svg)](https://www.npmjs.com/package/hyper-mac-pro) -> Cause you deserve native & pro. Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS. +Tab style for [Hyper](https://hyper.is/) inspired by Apple's pro apps on macOS. ![Screenshot](hyper-mac-pro.png) +> Cause you deserve native & pro. + +*Tim Cook* + +> Extraordinarily dark aluminum. + +*Jony Ive* + This has only been tested on macOS and is not guaranteed to work on other operating systems. ## Installation diff --git a/package.json b/package.json index c499694..a648231 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "main": "index.js", "scripts": { "test": "xo && stylelint *.css", - "precommit": "npm run test" + "precommit": "npm run test", + "release": "./node_modules/release-it/bin/release.js --src.tagName='v%s' --github.release --npm.publish" }, "files": [ "index.js", @@ -36,7 +37,8 @@ ], "devDependencies": { "husky": "^0.13.1", - "xo": "^0.18.2", - "stylelint": "^7.10.1" + "release-it": "^2.7.3", + "stylelint": "^7.10.1", + "xo": "^0.17.1" } -} \ No newline at end of file +}