Skip to content

Commit bd9a1d0

Browse files
added a changelog
1 parent 56fa03d commit bd9a1d0

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Change Log
2+
All notable changes will be documented in this file.
3+
`version-bump-prompt` adheres to [Semantic Versioning](http://semver.org/).
4+
5+
6+
## [v3.0.0](https://github.com/BigstickCarpet/version-bump-prompt/tree/v3.0.0) (2016-12-25)
7+
8+
Two big changes in this version:
9+
10+
- Dropped support for Node v0.x
11+
- The `--prompt` option now allows you to manually enter a version, rather than only selecting from the listed options
12+
- 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/BigstickCarpet/version-bump-prompt/pull/17))<br> The scripts are run the same order as the `npm version` command:
13+
- The `preversion` script runs before the version is updated (and before the version prompt is shown)
14+
- The `version` script runs after the version is updated, but _before_ `git commit` and `git tag`
15+
- The `postversion` script runs after `git commit` and `git tag`, but _before_ `git push`
16+
17+
[Full Changelog](https://github.com/BigstickCarpet/version-bump-prompt/compare/v2.0.0...v3.0.0)
18+
19+
20+
## [v2.0.0](https://github.com/BigstickCarpet/version-bump-prompt/tree/v2.0.0) (2016-11-29)
21+
22+
A couple of changes to make `version-bump-prompt` behave more like the `npm version` command:
23+
24+
- 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).
25+
26+
- 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).
27+
28+
[Full Changelog](https://github.com/BigstickCarpet/version-bump-prompt/compare/v1.7.2...v2.0.0)

0 commit comments

Comments
 (0)