Skip to content

Commit

Permalink
updated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Oct 4, 2018
1 parent 2119eb0 commit 38a5442
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ESLint config
# http://eslint.org/docs/user-guide/configuring
# https://github.com/James-Messinger/eslint-config-modular
# https://github.com/JS-DevTools/eslint-config-modular

root: true

Expand Down
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,47 @@
All notable changes will be documented in this file.
`version-bump-prompt` adheres to [Semantic Versioning](http://semver.org/).

## [v4.2.0](https://github.com/James-Messinger/version-bump-prompt/tree/v4.2.0) (2018-09-30)
## [v4.2.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.2.0) (2018-09-30)

- Output of [npm version scripts](https://docs.npmjs.com/cli/version) is now shown. Thanks to [@didoo](https://github.com/didoo) for [the PR](https://github.com/James-Messinger/version-bump-prompt/pull/27)!
- Output of [npm version scripts](https://docs.npmjs.com/cli/version) is now shown. Thanks to [@didoo](https://github.com/didoo) for [the PR](https://github.com/JS-DevTools/version-bump-prompt/pull/27)!

[Full Changelog](https://github.com/James-Messinger/version-bump-prompt/compare/v4.1.0...v4.2.0)
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v4.1.0...v4.2.0)


## [v4.1.0](https://github.com/James-Messinger/version-bump-prompt/tree/v4.1.0) (2017-11-15)
## [v4.1.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.1.0) (2017-11-15)

- Added `--lock` option to update the `package-json.lock` file in addition to manifest files. See [issue #20](https://github.com/James-Messinger/version-bump-prompt/issues/20) for details. Thanks to [@browniebroke](https://github.com/browniebroke) for [the PR](https://github.com/James-Messinger/version-bump-prompt/pull/23/files)!
- Added `--lock` option to update the `package-json.lock` file in addition to manifest files. See [issue #20](https://github.com/JS-DevTools/version-bump-prompt/issues/20) for details. Thanks to [@browniebroke](https://github.com/browniebroke) for [the PR](https://github.com/JS-DevTools/version-bump-prompt/pull/23/files)!

[Full Changelog](https://github.com/James-Messinger/version-bump-prompt/compare/v4.0.0...v4.1.0)
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v4.0.0...v4.1.0)


## [v4.0.0](https://github.com/James-Messinger/version-bump-prompt/tree/v4.0.0) (2017-11-15)
## [v4.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.0.0) (2017-11-15)

- Dropped support for Node v4.x since it's no longer supported by [`inquirer`](https://www.npmjs.com/package/inquirer). As a result, Version-Bump-Prompt now only supports Node v6+. You can continue using Version-Bump-Prompt v3.x on Node 4.

[Full Changelog](https://github.com/James-Messinger/version-bump-prompt/compare/v3.0.0...v4.0.0)
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v3.0.0...v4.0.0)


## [v3.0.0](https://github.com/James-Messinger/version-bump-prompt/tree/v3.0.0) (2016-12-25)
## [v3.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v3.0.0) (2016-12-25)

Two big changes in this version:

- Dropped support for Node v0.x
- The `--prompt` option now allows you to manually enter a version, rather than only selecting from the listed options
- Added support for [npm version scripts](https://docs.npmjs.com/cli/version). (big thanks to [szarouski](https://github.com/szarouski) for his [PR](https://github.com/James-Messinger/version-bump-prompt/pull/17))<br> The scripts are run the same order as the `npm version` command:
- Added support for [npm version scripts](https://docs.npmjs.com/cli/version). (big thanks to [szarouski](https://github.com/szarouski) for his [PR](https://github.com/JS-DevTools/version-bump-prompt/pull/17))<br> The scripts are run the same order as the `npm version` command:
- The `preversion` script runs before the version is updated (and before the version prompt is shown)
- The `version` script runs after the version is updated, but _before_ `git commit` and `git tag`
- The `postversion` script runs after `git commit` and `git tag`, but _before_ `git push`

[Full Changelog](https://github.com/James-Messinger/version-bump-prompt/compare/v2.0.0...v3.0.0)
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v2.0.0...v3.0.0)


## [v2.0.0](https://github.com/James-Messinger/version-bump-prompt/tree/v2.0.0) (2016-11-29)
## [v2.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v2.0.0) (2016-11-29)

A couple of changes to make `version-bump-prompt` behave more like the `npm version` command:

- The `--tag` option now creates an [annotated git tag rather than a lightweight tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging#Creating-Tags).

- The `--tag` option now follows the same naming convention as the `npm version` command. The tag name is `vX.X.X` (same as before), and the commit message is `X.X.X` (no "v" prefix).

[Full Changelog](https://github.com/James-Messinger/version-bump-prompt/compare/v1.7.2...v2.0.0)
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v1.7.2...v2.0.0)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"Alexey Raspopov (https://github.com/alexeyraspopov)",
"James Messinger (https://jamesmessinger.com)"
],
"homepage": "https://github.com/James-Messinger/version-bump-prompt",
"homepage": "https://github.com/JS-DevTools/version-bump-prompt",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/James-Messinger/version-bump-prompt.git"
"url": "https://github.com/JS-DevTools/version-bump-prompt.git"
},
"main": "lib/index.js",
"files": [
Expand Down
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Version-Bump-Prompt

[![Build Status](https://api.travis-ci.org/James-Messinger/version-bump-prompt.svg?branch=master)](https://travis-ci.org/James-Messinger/version-bump-prompt)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/james-messinger/version-bump-prompt?svg=true&branch=master&failingText=Windows%20build%20failing&passingText=Windows%20build%20passing)](https://ci.appveyor.com/project/BigstickCarpet/version-bump-prompt/branch/master)
[![Build Status](https://api.travis-ci.org/JS-DevTools/version-bump-prompt.svg?branch=master)](https://travis-ci.org/JS-DevTools/version-bump-prompt)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/JS-DevTools/version-bump-prompt?svg=true&branch=master&failingText=Windows%20build%20failing&passingText=Windows%20build%20passing)](https://ci.appveyor.com/project/JamesMessinger/version-bump-prompt/branch/master)

[![Coverage Status](https://coveralls.io/repos/github/James-Messinger/version-bump-prompt/badge.svg?branch=master)](https://coveralls.io/github/James-Messinger/version-bump-prompt)
[![Codacy Score](https://api.codacy.com/project/badge/Grade/69891525ae984781996106144fda276c)](https://www.codacy.com/public/jamesmessinger/version-bump-prompt)
[![Inline docs](https://inch-ci.org/github/James-Messinger/version-bump-prompt.svg?branch=master&style=shields)](https://inch-ci.org/github/James-Messinger/version-bump-prompt)
[![Dependencies](https://david-dm.org/James-Messinger/version-bump-prompt.svg)](https://david-dm.org/James-Messinger/version-bump-prompt)
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/version-bump-prompt/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/version-bump-prompt)
[![Codacy Score](https://api.codacy.com/project/badge/Grade/69891525ae984781996106144fda276c)](https://www.codacy.com/public/JamesMessinger/version-bump-prompt)
[![Inline docs](https://inch-ci.org/github/JS-DevTools/version-bump-prompt.svg?branch=master&style=shields)](https://inch-ci.org/github/JS-DevTools/version-bump-prompt)
[![Dependencies](https://david-dm.org/JS-DevTools/version-bump-prompt.svg)](https://david-dm.org/JS-DevTools/version-bump-prompt)

[![npm](https://img.shields.io/npm/v/version-bump-prompt.svg)](https://www.npmjs.com/package/version-bump-prompt)
[![License](https://img.shields.io/npm/l/version-bump-prompt.svg)](LICENSE)

![Screenshot](https://jamesmessinger.com/version-bump-prompt/img/screenshot.gif)
![Screenshot](https://jsdevtools.org/version-bump-prompt/img/screenshot.gif)

#### Automate your release process with a single command that can:

Expand Down Expand Up @@ -87,13 +87,13 @@ Version Scripts

Contributing
--------------------------
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/James-Messinger/version-bump-prompt/issues) on GitHub and [submit a pull request](https://github.com/James-Messinger/version-bump-prompt/pulls).
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/JS-DevTools/version-bump-prompt/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/version-bump-prompt/pulls).

#### Building
To build the project locally on your computer:

1. __Clone this repo__<br>
`git clone https://github.com/James-Messinger/version-bump-prompt.git`
`git clone https://github.com/JS-DevTools/version-bump-prompt.git`

2. __Install dependencies__<br>
`npm install`
Expand Down

0 comments on commit 38a5442

Please sign in to comment.