@hotcakes/release-config
Version:
Shared semantic-release configuration for the Hotcakes ecosystem. Provides a consistent release strategy and automation setup across all @hotcakes packages.
26 lines (25 loc) • 643 B
JSON
{
"name": "@hotcakes/release-config",
"version": "1.5.0",
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": "./release.config.js",
"author": "Crealgo, LLC <hello.crealgo@gmail.com> (https://crealgo.com)",
"license": "MIT",
"keywords": [
"hotcakes",
"release",
"semantic-release",
"monorepo",
"automation",
"shared-config",
"versioning",
"ci"
],
"files": [
"./release.config.js"
],
"description": "Shared semantic-release configuration for the Hotcakes ecosystem. Provides a consistent release strategy and automation setup across all @hotcakes packages."
}