Skip to content

Commit

Permalink
chore: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonmarinho committed Jul 28, 2023
1 parent 078ff1e commit b52b8a3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
54 changes: 27 additions & 27 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@
"prisma2",
"generator"
],
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
// "release": {
// "branches": [
// "main"
// ],
// "plugins": [
// "@semantic-release/commit-analyzer",
// "@semantic-release/release-notes-generator",
// [
// "@semantic-release/changelog",
// {
// "changelogFile": "CHANGELOG.md"
// }
// ],
// "@semantic-release/npm",
// "@semantic-release/github",
// [
// "@semantic-release/git",
// {
// "assets": [
// "CHANGELOG.md",
// "package.json"
// ],
// "message": "chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
// }
// ]
// ]
// }
}
1 change: 0 additions & 1 deletion packages/generator/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ generatorHandler({
logger.info(`${GENERATOR_NAME}@${version} -> Generating`);

// Replace the logic below with your own logic

const results = genCustomLogic(options.dmmf);

const writeLocation = path.join(
Expand Down

0 comments on commit b52b8a3

Please sign in to comment.