Skip to content

Commit

Permalink
feat: publish under thecotne namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thecotne committed Jul 22, 2017
1 parent 4562441 commit 32ade03
Show file tree
Hide file tree
Showing 6 changed files with 2,625 additions and 981 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env"]
}
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
30 changes: 11 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,19 @@ sudo: false
language: node_js
cache:
directories:
- node_modules
- node_modules
notifications:
email: false
node_js:
- iojs-v2
- iojs-v1
- '0.12'
- '0.10'
before_install:
- npm i -g npm@^2.0.0
- '6'
before_script:
- npm prune
- curl -Lo travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
- npm prune
script:
- npm run test
- npm run build
- npm run coverage:upload
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- if [[ $BUILD_LEADER = YES ]]; then npm run coverage:upload; fi
after_failure:
- python travis_after_all.py
- export $(cat .to_export_back)
before_deploy:
- rm -f travis_after_all.py .to_export_back
after_script:
- echo leader=$BUILD_LEADER status=$BUILD_AGGREGATE_STATUS
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# semantic-release release-notes-generator
[![npm version](https://badge.fury.io/js/%40semantic-release%2Frelease-notes-generator.svg)](http://badge.fury.io/js/%40semantic-release%2Frelease-notes-generator)
[![Build Status](https://travis-ci.org/semantic-release/release-notes-generator.svg?branch=master)](https://travis-ci.org/semantic-release/release-notes-generator)
[![Coverage Status](https://coveralls.io/repos/semantic-release/release-notes-generator/badge.svg)](https://coveralls.io/r/semantic-release/release-notes-generator)
[![Dependency Status](https://david-dm.org/semantic-release/release-notes-generator.svg)](https://david-dm.org/semantic-release/release-notes-generator)
[![devDependency Status](https://david-dm.org/semantic-release/release-notes-generator/dev-status.svg)](https://david-dm.org/semantic-release/release-notes-generator#info=devDependencies)
# thecotne release-notes-generator
[![npm version](https://badge.fury.io/js/%40thecotne%2Frelease-notes-generator.svg)](http://badge.fury.io/js/%40thecotne%2Frelease-notes-generator)
[![Build Status](https://travis-ci.org/thecotne/release-notes-generator.svg?branch=master)](https://travis-ci.org/thecotne/release-notes-generator)
[![Coverage Status](https://coveralls.io/repos/thecotne/release-notes-generator/badge.svg)](https://coveralls.io/r/thecotne/release-notes-generator)
[![Dependency Status](https://david-dm.org/thecotne/release-notes-generator.svg)](https://david-dm.org/thecotne/release-notes-generator)
[![devDependency Status](https://david-dm.org/thecotne/release-notes-generator/dev-status.svg)](https://david-dm.org/thecotne/release-notes-generator#info=devDependencies)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
29 changes: 18 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,39 @@
{
"name": "@semantic-release/release-notes-generator",
"name": "@thecotne/release-notes-generator",
"description": "generates the release notes/changelog",
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"author": "cotne nazarashvili <cotne.95@gmail.com>",
"bugs": {
"url": "https://github.com/semantic-release/release-notes-generator/issues"
"url": "https://github.com/thecotne/release-notes-generator/issues"
},
"config": {
"nyc": {
"exclude": [
".test",
"node_modules"
]
},
"commitizen": {
"path": "./node_modules/mol-conventional-changelog"
}
},
"dependencies": {
"conventional-changelog": "0.0.17",
"conventional-changelog": "^1.1.4",
"github-url-from-git": "^1.4.0"
},
"devDependencies": {
"babel": "^5.5.8",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"coveralls": "^2.11.2",
"mkdirp": "^0.5.1",
"nyc": "^3.0.0",
"mol-conventional-changelog": "^1.2.0",
"nyc": "^11.0.3",
"proxyquire": "^1.5.0",
"rimraf": "^2.4.0",
"standard": "^4.2.1",
"tap": "^1.2.0"
"semantic-release": "^6.3.6",
"standard": "^10.0.2",
"tap": "^10.7.0"
},
"homepage": "https://github.com/semantic-release/release-notes-generator#readme",
"homepage": "https://github.com/thecotne/release-notes-generator#readme",
"keywords": [
"semantic-release",
"author",
Expand All @@ -44,7 +50,7 @@
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-release/release-notes-generator.git"
"url": "git+https://github.com/thecotne/release-notes-generator.git"
},
"scripts": {
"build": "rimraf dist && mkdirp dist && babel src --out-dir dist",
Expand All @@ -54,6 +60,7 @@
"pretest:suite": "npm run build && npm run build:tests",
"test": "npm run test:style && npm run test:suite",
"test:style": "standard",
"test:suite": "nyc tap --no-cov .test/{scenarios,specs}/*.js"
"test:suite": "nyc tap ./.test/{scenarios,specs}/*.js",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
}
}
Loading

0 comments on commit 32ade03

Please sign in to comment.