3.0.0 • Published 2 years ago
@studio/changes v3.0.0
Usage
- Use
npm version [patch|minor|major]to create a release - Your editor will open with a generated
CHANGES.mdfile - When you're done writing the release notes, save and close the editor to continue
- To abort the release, remove the heading with the new version number
Install
❯ npm install @studio/changes --save-devConfigure
❯ npx changes --initThis will add the following to your package.json:
{
"scripts": {
"preversion": "npm test",
"version": "changes",
"postversion": "git push --follow-tags && npm publish"
}
}Options
--help,-h: Display a help message.--commits,-c: Generate links to commits using the given URL as base. If no URL is given it defaults to${homepage}/commitusing the homepage configured in thepackage.json.--footer: Generate a footer with the git author and release date. The author name is taken from$GIT_AUTHOR_NAMEand$GIT_AUTHOR_EMAILis used to find the authors GitHub profile page.--file,-f: Specify the name of the changelog file. Defaults toCHANGES.md.--init: Add version lifecycle scripts topackage.json. Can be combined with--fileand--commitsto configure thechangesinvocation.--tag: Use a custom git tag, supports simple replacement ofpackage.jsonfields. Defaults tov${version}.
Configure your preferred editor with the $EDITOR environment variable.
Preview next release
Preview the release notes for the next release by running:
❯ npx changes
License
MIT
3.0.0
2 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.7.0
7 years ago
1.6.2
7 years ago
1.6.1
7 years ago
1.6.0
7 years ago
1.5.2
7 years ago
1.5.1
7 years ago
1.5.0
7 years ago
1.4.2
7 years ago
1.4.1
7 years ago
1.4.0
8 years ago
1.3.0
8 years ago
1.2.0
8 years ago
1.1.0
9 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago