UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.

11 lines (7 loc) 264 B
'use strict'; const semanticReleaseConfig = require('./semanticReleaseConfig.cjs'); /** * Runs HCE.Shared and returns a semantic-release "shareable configuration" object. */ module.exports = semanticReleaseConfig.baseConfig; //# sourceMappingURL=index.cjs.map