Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migration to @kocal/... #1

Merged
merged 1 commit into from Nov 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
@@ -1,8 +1,8 @@
Semantic Release preset
=======================

[![npm (scoped)](https://img.shields.io/npm/v/@yproximite/semantic-release-preset.svg)](https://www.npmjs.com/package/@yproximite/semantic-release-preset)
[![Build Status](https://travis-ci.com/Yproximite/semantic-release-preset.svg?token=pNBs2oaRpfxdyhqWf28h&branch=master)](https://travis-ci.com/Yproximite/semantic-release-preset)
[![npm (scoped)](https://img.shields.io/npm/v/@kocal/semantic-release-preset.svg)](https://www.npmjs.com/package/@kocal/semantic-release-preset)
[![Build Status](https://travis-ci.com/Kocal/semantic-release-preset.svg?branch=master)](https://travis-ci.com/Kocal/semantic-release-preset)

## Features

Expand All @@ -14,7 +14,7 @@ Semantic Release preset
## Installation

```bash
$ yarn add -D @yproximite/semantic-release-preset
$ yarn add -D @kocal/semantic-release-preset
```

**Note:** semantic-release should be installed too.
Expand All @@ -25,6 +25,6 @@ In Semantic Release configuration file:

```json
{
"extends": "@yproximite/semantic-release-preset"
"extends": "@kocal/semantic-release-preset"
}
```
6 changes: 3 additions & 3 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "@yproximite/semantic-release-preset",
"name": "@kocal/semantic-release-preset",
"version": "0.0.0-development",
"description": "Yproximite's Semantic Release preset",
"description": "Kocal's Semantic Release preset",
"files": ["index.js"],
"main": "index.js",
"repository": "https://github.com/Yproximite/semantic-release-preset.git",
"repository": "https://github.com/Kocal/semantic-release-preset.git",
"author": "Hugo Alliaume <kocal@live.fr>",
"license": "MIT",
"publishConfig": {
Expand Down