@halospv3/hce.shared-config
Version:
Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are als
10 lines (9 loc) • 1.23 kB
JavaScript
import { MSBuildProjectProperties } from "./MSBuildProjectProperties.mjs";
import { NPPGetterNames, NugetProjectProperties } from "./NugetProjectProperties.mjs";
import { EvaluationOptions, MSBuildEvaluationOutput, MSBuildProject, _InternalMSBuildEvaluationTypes, catchCsc2012, catchEBUSY, loopTryDotnetCommand } from "./MSBuildProject.mjs";
import { NRIOpts, NRIOptsBase, NugetRegistryInfo, getGithubOutput, getGithubOutputSync } from "./NugetRegistryInfo.mjs";
import { configureDotnetNugetPush, configurePrepareCmd } from "./helpers.mjs";
import { DefaultGithubTokenEnvVars, GHNRIOpts, GithubNugetRegistryInfo } from "./GithubNugetRegistryInfo.mjs";
import { GLNRIOpts, GitlabNugetRegistryInfo } from "./GitlabNugetRegistryInfo.mjs";
import "./IsNextVersionAlreadyPublished.cli.mjs";
export { DefaultGithubTokenEnvVars, EvaluationOptions, GHNRIOpts, GLNRIOpts, GithubNugetRegistryInfo, GitlabNugetRegistryInfo, MSBuildEvaluationOutput, MSBuildProject, MSBuildProjectProperties, NPPGetterNames, NRIOpts, NRIOptsBase, NugetProjectProperties, NugetRegistryInfo, _InternalMSBuildEvaluationTypes, catchCsc2012, catchEBUSY, configureDotnetNugetPush, configurePrepareCmd, getGithubOutput, getGithubOutputSync, loopTryDotnetCommand };