changelog-version

2.0.0 • Public • Published

Changelog Version

Build Status codecov.io bitHound Overall Score Dependency Status Greenkeeper badge

NPM

Build tool to update CHANGELOG.md file with the version number.

Example of use

Having the next files on your project.

package.json

{
  "name": "awesome-tool",
  "version": "1.0.0",
  "description": "The Awesome Tool"
}

CHANGELOG.md

Changelog
All notable changes to this project will be documented in this file.
 
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
<!--
## [UNRELEASED]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->
 
## [UNRELEASED]
### Added
- My super fancy feature

When executing the next line in the terminal:

changelog-version

The CHANGELOG.md file will be updated to:

Changelog
All notable changes to this project will be documented in this file.
 
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
<!--
## [UNRELEASED]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->
 
## 2049-02-29 - v1.0.0
### Added
- My super fancy feature

license

MIT

Package Sidebar

Install

npm i changelog-version

Weekly Downloads

16

Version

2.0.0

License

MIT

Unpacked Size

4.6 kB

Total Files

6

Last publish

Collaborators

  • albertofdzm