Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix:pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 15, 2023
1 parent 65bbbf4 commit 40def61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 287 deletions.
279 changes: 0 additions & 279 deletions packages/database/CHANGELOG.md

This file was deleted.

11 changes: 3 additions & 8 deletions packages/database/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ export default {
[
"@semantic-release/changelog",
{
changelogFile: "CHANGELOG.md",
changelogFile: "../../CHANGELOG.md",
},
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
assets: [
"package.json",
"packages/databasecoverage/**/*",
"package-lock.json",
"CHANGELOG.md",
"README.md",
"docs/*/*"
"**/*"
],
message:
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
"chore(release): Released ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
signedCommit: true,
},
],
Expand Down

0 comments on commit 40def61

Please sign in to comment.