mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-07 12:27:11 +03:00
b7dd592653
* chore: scaffold a typescript node project * feat: execute git cliff binary using nodejs * fix: process doesnt return status code * fix: optional dependencies are not added to git-cliff * chore(npm): move NPM package to npm folder * chore(docker): add NPM package to .dockerignore * feat(cd): publish NPM package via continuous deployment workflow * docs: add npm instructions to README * chore(npm): update package keywords * chore(cd): publish the NPM package publicly * style(readme): update NPM section in README.md Co-authored-by: Burak Güner <burak.guner@callstack.com> Co-authored-by: Burak Güner <md.burak.guner@gmail.com>
56 lines
1.2 KiB
Cheetah
56 lines
1.2 KiB
Cheetah
{
|
|
"name": "git-cliff-${node_os}-${node_arch}",
|
|
"version": "${version}",
|
|
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/orhun/git-cliff.git"
|
|
},
|
|
"keywords": [
|
|
"git-cliff",
|
|
"git",
|
|
"changelog",
|
|
"change log",
|
|
"CHANGELOG.md",
|
|
"commit messages",
|
|
"commits",
|
|
"changes",
|
|
"unreleased",
|
|
"history",
|
|
"what's new",
|
|
"change set",
|
|
"conventionalcommits.org",
|
|
"conventional",
|
|
"conventional-commit",
|
|
"conventional-changelog",
|
|
"releases",
|
|
"release notes",
|
|
"git-changelog",
|
|
"versioning",
|
|
"semver",
|
|
"distribution",
|
|
"semantic",
|
|
"semantic versioning",
|
|
"parser",
|
|
"changelog-generator",
|
|
"generator",
|
|
"keepachangelog",
|
|
"keep-a-changelog",
|
|
"commit",
|
|
"automation",
|
|
"rust"
|
|
],
|
|
"author": "git-cliff contributors <git-cliff@protonmail.com>",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/orhun/git-cliff/issues"
|
|
},
|
|
"homepage": "https://github.com/orhun/git-cliff#readme",
|
|
"os": [
|
|
"${node_os}"
|
|
],
|
|
"cpu": [
|
|
"${node_arch}"
|
|
]
|
|
}
|