UNPKG

@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

13 lines 595 B
//#region src/setupGitPluginSpec.default.d.ts /** * As specified at https://github.com/semantic-release/git#options * To use, assign or create an object with the same (but mutable) properties and deeply-copy to the object * @satisfies { GitOptions } */ declare const DefaultOptions: { readonly assets: ["README.md", "CHANGELOG.md", "package.json", "package-lock.json", "npm-shrinkwrap.json"]; readonly message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"; }; //#endregion export { DefaultOptions }; //# sourceMappingURL=setupGitPluginSpec.default.d.mts.map