Skip to content

Commit

Permalink
feat: communicate new v6 plugin version (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Oct 19, 2024
1 parent 7d3a6d1 commit 6ac8bb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ls-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ignore:
- .github
- .husky
- .nyc_output
- .stryker-tmp
- .vscode
- .wireit
- .yarn
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
</p>
</div>

> [!WARNING]
> **Potentially breaking changes in v6**: Check out the [v6 announcement](https://github.com/scolladon/sfdx-git-delta/issues/936) to see how you could be impacted by some changes in the new major `v6` version of the plugin, and how to prepare to migrate to this version.
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
Expand Down
3 changes: 3 additions & 0 deletions src/commands/sgd/source/delta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ export default class SourceDeltaGenerate extends SfdxCommand {
output.success = false
process.exitCode = 1
}
output.warnings.push(
'[INFORMATION] sfdx-git-delta v6 is coming soon! Read more and plan your migration: https://github.com/scolladon/sfdx-git-delta/issues/936'
)
this.ux.log(JSON.stringify(output, null, 2))
return output
}
Expand Down

0 comments on commit 6ac8bb7

Please sign in to comment.