changelogen
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "changelogen", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Generate Beautiful Changelogs using Conventional Commits", | ||
@@ -24,12 +24,2 @@ "repository": "unjs/changelogen", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"changelogen": "jiti ./src/cli.ts", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test", | ||
"lint:fix": "eslint --fix --ext .ts,.js,.mjs,.cjs . && prettier -w src test", | ||
"prepack": "unbuild", | ||
"release": "pnpm test && pnpm changelogen --release && git push --follow-tags && pnpm publish", | ||
"test": "pnpm lint && vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
@@ -64,3 +54,12 @@ "c12": "^1.1.2", | ||
}, | ||
"packageManager": "pnpm@7.28.0" | ||
} | ||
"packageManager": "pnpm@7.28.0", | ||
"scripts": { | ||
"build": "unbuild", | ||
"changelogen": "jiti ./src/cli.ts", | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test", | ||
"lint:fix": "eslint --fix --ext .ts,.js,.mjs,.cjs . && prettier -w src test", | ||
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish", | ||
"test": "pnpm lint && vitest run --coverage" | ||
} | ||
} |
@@ -53,4 +53,10 @@ # changelogen | ||
In order to manually sync a release, you can use `changelogen gh release <versions|all> [--dir] [--token]`. It will parse current `CHANGELOG.md` from current repository (local, then remote) and create or update releases. | ||
In order to manually sync a release, you can use `changelogen gh release`. It will parse current `CHANGELOG.md` from current repository (local, then remote) and create or update releases. | ||
Usage: | ||
```sh | ||
npx changelogen@latest gh release [all|versions...] [--dir] [--token] | ||
``` | ||
To enable this integration, make sure there is a valid `repository` field in `package.json` or `repo` is set in `.changelogenrc`. | ||
@@ -57,0 +63,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
62516
18
1650
99
1