changelogen
Advanced tools
Comparing version 0.2.3 to 0.3.0
{ | ||
"name": "changelogen", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "Generate Beautiful Changelogs using Conventional Commits", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/changelogen", |
@@ -12,3 +12,3 @@ # changelogen | ||
Generate changelog in markdown format and update (or create) `CHANGELOG.md`: | ||
Generate changelog in markdown format and show in console: | ||
@@ -19,2 +19,14 @@ ```sh | ||
Generate changelog, bump version in `package.json` automatically and update `CHANGELOG.md` (without commit) | ||
```sh | ||
npx changelogen@latest --bump | ||
``` | ||
Bump version, update `CHANGELOG.md` and make a git commit and tag: | ||
```sh | ||
npx changelogen@latest --release | ||
``` | ||
## CLI Usage | ||
@@ -21,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29516
53003
696
77