Skip to content

Commit

Permalink
fix: build mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Nov 26, 2023
1 parent ccd8ec0 commit 62bae75
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .release-it.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@

module.exports = {
plugins: {
'release-it-changelogen': {
excludeAuthors: ['John Campion'],
"release-it-changelogen": {
excludeAuthors: ["John Campion"],
},
'release-it-dotnet': {
"release-it-dotnet": {
build: true,
publish: true,
csprojFile: './src/UnDotNet.BootstrapEmail.csproj',
csprojFile: "./src/UnDotNet.BootstrapEmail.csproj",
},
},
git: {
requireCleanWorkingDir: false,
tagName: 'v${version}',
commitMessage: 'chore(release): v${version}',
tagName: "v${version}",
commitMessage: "chore(release): v${version}",
},
github: {
release: true,
},
npm: {
publish: false,
},
}
};

0 comments on commit 62bae75

Please sign in to comment.