Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

453 debug block #625

Merged
merged 5 commits into from
Jul 15, 2022
Merged

453 debug block #625

merged 5 commits into from
Jul 15, 2022

Conversation

mtgoncalves1
Copy link
Contributor

No description provided.

src/commands/dev.ts Outdated Show resolved Hide resolved
@@ -109,15 +109,15 @@ export default class LocalDependencyManager extends DependencyManager {
if (spec.metadata.file?.path && this.environment === 'local') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I want it to only merge if debug is true - the environment could be anything. Let me know if this doesn't seem right.

if (spec.metadata.file?.path && debug) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense.

@tjhiggins tjhiggins merged commit 1e449a7 into rc Jul 15, 2022
@tjhiggins tjhiggins deleted the 453-debug-block branch July 15, 2022 15:15
github-actions bot pushed a commit that referenced this pull request Jul 15, 2022
## [1.19.1-rc.3](v1.19.1-rc.2...v1.19.1-rc.3) (2022-07-15)

### Bug Fixes

* **debug:** 453 debug block ([#625](#625)) ([1e449a7](1e449a7))
github-actions bot pushed a commit that referenced this pull request Jul 18, 2022
## [1.19.2-rc.1](v1.19.1...v1.19.2-rc.1) (2022-07-18)

### Bug Fixes

* **build:** Fix bug with buildx context ([#626](#626)) ([892024c](892024c))
* **debug:** 453 debug block ([#625](#625)) ([1e449a7](1e449a7))
* **interpolation:** Register interpolation validation ([#580](#580)) ([df1c943](df1c943))
github-actions bot pushed a commit that referenced this pull request Jul 18, 2022
## [1.19.2](v1.19.1...v1.19.2) (2022-07-18)

### Bug Fixes

* **build:** Fix bug with buildx context ([#626](#626)) ([892024c](892024c))
* **debug:** 453 debug block ([#625](#625)) ([1e449a7](1e449a7))
* **interpolation:** Register interpolation validation ([#580](#580)) ([df1c943](df1c943))
@github-actions
Copy link

🎉 This PR is included in version 1.19.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Jul 18, 2022
## [1.19.2-arc-compose-cache.1](v1.19.1...v1.19.2-arc-compose-cache.1) (2022-07-18)

### Bug Fixes

* **build:** Fix bug with buildx context ([#626](#626)) ([892024c](892024c))
* **debug:** 453 debug block ([#625](#625)) ([1e449a7](1e449a7))
* **interpolation:** Register interpolation validation ([#580](#580)) ([df1c943](df1c943))
* **test:** test ([063e0a4](063e0a4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants