changesette 2.0.1

A version and changelog manager for single-package applications, using the changesets file format
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "ublacklist",
  "version": "10.0.2",
  "scripts": {
    "version": "echo version",
    "postversion": "git push"
  },
  "config": {
    "version": "not-touched"
  }
}