Prepare very first release
This commit is contained in:
Родитель
49935d901f
Коммит
ab4cdcf20c
|
@ -0,0 +1,2 @@
|
|||
tag-version-prefix = ""
|
||||
message = ":arrow_up: release %s"
|
12
.travis.yml
12
.travis.yml
|
@ -3,3 +3,15 @@ node_js:
|
|||
- "6"
|
||||
- "8"
|
||||
- "lts/*"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: npm release
|
||||
if: tag IS present
|
||||
node_js: "8"
|
||||
deploy:
|
||||
provider: npm
|
||||
email: "$NPM_EMAIL"
|
||||
api_key: "$NPM_TOKEN"
|
||||
on:
|
||||
tags: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-plugin-amo",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0",
|
||||
"description": "ESLint plugin for AMO",
|
||||
"keywords": [
|
||||
"eslint",
|
||||
|
|
Загрузка…
Ссылка в новой задаче