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.

16 lines (14 loc) 703 B
'use strict'; const MSBuildProject = require('./dotnet/MSBuildProject.cjs'); const MSBuildProjectProperties = require('./dotnet/MSBuildProjectProperties.cjs'); const createDummyNupkg$1 = require('./dotnet/createDummyNupkg.cjs'); const dotnetGHPR$1 = require('./dotnet/dotnetGHPR.cjs'); const dotnetGLPR$1 = require('./dotnet/dotnetGLPR.cjs'); const dotnetHelpers$1 = require('./dotnet/dotnetHelpers.cjs'); exports.msbuildProject = MSBuildProject; exports.msbuildProjectProperties = MSBuildProjectProperties; exports.createDummyNupkg = createDummyNupkg$1; exports.dotnetGHPR = dotnetGHPR$1; exports.dotnetGLPR = dotnetGLPR$1; exports.dotnetHelpers = dotnetHelpers$1; //# sourceMappingURL=dotnet.cjs.map