0.0.10 • Published 5 years ago

publicarius v0.0.10

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

Publicarius

Simple yet handy tool that automatically increase package version and and reminding you to add information about new version to the changelog in README.md file.

Development of this tool was kindly supported by http://platinum.fund

Quickstart

npm i --save-dev publicarius

From package.json

{
  "scripts": {
    "minor": "publicarius minor",
    "major": "publicarius major",
    "release": "publicarius release"
  }
}

//: <> ($publicarius$)

Form command line inside npm project's dir

publicarius minor
publicarius major
publicarius release

Changelog

0.0.9

  • bug fixes
  • minor documentation updates

0.0.8

  • minor documentation updates

0.0.7

  • publicarius will not allow to publish versions before changelog is updated
  • publicarius now runs npm publish internally
  • some validations added

0.0.4

  • version names is to match typical naming
  • validation of the version name

0.0.1

  • simple initial version

Roadmap

  • run tests before commit
  • changelogs based on commits
0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago