1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-11-24 18:53:05 +01:00

release automation

This commit is contained in:
Matthias Kretschmann 2017-05-12 14:06:25 +02:00
parent c4c20ea3d6
commit ccd111e187
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
2 changed files with 16 additions and 5 deletions

View File

@ -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

View File

@ -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"
}
}
}