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.

10 lines (9 loc) 788 B
export { DefaultGithubTokenEnvVars, GHNRIOpts, GithubNugetRegistryInfo } from './GithubNugetRegistryInfo.mjs'; export { GLNRIOpts, GitlabNugetRegistryInfo } from './GitlabNugetRegistryInfo.mjs'; export { configureDotnetNugetPush, configurePrepareCmd } from './helpers.mjs'; import './IsNextVersionAlreadyPublished.cli.mjs'; export { EvaluationOptions, MSBuildEvaluationOutput, MSBuildProject, _InternalMSBuildEvaluationTypes, catchCsc2012 } from './MSBuildProject.mjs'; export { MSBuildProjectProperties } from './MSBuildProjectProperties.mjs'; export { NPPGetterNames, NugetProjectProperties } from './NugetProjectProperties.mjs'; export { NRIOpts, NRIOptsBase, NugetRegistryInfo, getGithubOutput, getGithubOutputSync } from './NugetRegistryInfo.mjs'; //# sourceMappingURL=index.mjs.map