Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Nov 25, 2022
1 parent e0a4c98 commit d2fa17a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 38 deletions.
20 changes: 0 additions & 20 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
## @semantic-release-monorepo/cli [2.0.19](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)





### Dependencies

* **@semantic-release-monorepo/core:** upgraded to 2.1.15

## @semantic-release-monorepo/cli [2.0.18](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)





### Dependencies

* **@semantic-release-monorepo/core:** upgraded to 2.1.14

## @semantic-release-monorepo/cli [2.0.17](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)


### Bug Fixes

* scope of collectting releases ([6da870c](https://github.com/bubkoo/semantic-release-monorepo/commit/6da870c041be91cf0390910ff98441e007992b10))
Expand Down
4 changes: 0 additions & 4 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## @semantic-release-monorepo/core [2.1.15](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)

## @semantic-release-monorepo/core [2.1.14](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)

## @semantic-release-monorepo/core [2.1.13](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)


### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"@semantic-release/git": "^10.0.1",
"blork": "^9.3.0",
"cosmiconfig": "^7.0.1",
"debug": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ function makePrepareGit(
.join('\n\n')

// eslint-disable-next-line no-console
console.log(`${header} \n\n ${body}`)
console.log(`${header}\n\n${body}`)

const options = _.cloneDeep({
...parsedOptions,
plugins: [[pluginName, { assets, message: `${header} \n\n ${body}` }]],
plugins: [[pluginName, { assets, message: `${header}\n\n${body}` }]],
})

const ret = await semanticGetConfig(context, options)
Expand Down
32 changes: 20 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2fa17a

Please sign in to comment.