1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2025-02-17 07:27:08 +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) [![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/) [![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) ![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. This has only been tested on macOS and is not guaranteed to work on other operating systems.
## Installation ## Installation

View File

@ -7,7 +7,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "xo && stylelint *.css", "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": [ "files": [
"index.js", "index.js",
@ -36,7 +37,8 @@
], ],
"devDependencies": { "devDependencies": {
"husky": "^0.13.1", "husky": "^0.13.1",
"xo": "^0.18.2", "release-it": "^2.7.3",
"stylelint": "^7.10.1" "stylelint": "^7.10.1",
"xo": "^0.17.1"
} }
} }