1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00
git-cliff/npm/package.json.tmpl
Jeroen Claassens 16bea5179a
chore(npm): publish rc version for prereleases (#528)
* ci: publish rc version with rc dist-tags

* refactor: use github.ref
2024-03-05 19:17:22 +01:00

59 lines
1.2 KiB
Cheetah

{
"name": "${node_pkg}",
"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": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/orhun/git-cliff/issues"
},
"homepage": "https://github.com/orhun/git-cliff#readme",
"os": [
"${node_os}"
],
"cpu": [
"${node_arch}"
],
"publishConfig": {
"access": "public"
}
}