sfdx-hardis 4.26.0 → 4.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +87 -87
- package/defaults/packages.json +1 -17
- package/lib/common/utils/index.js +9 -3
- package/lib/common/utils/index.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [4.26.2] 2024-02-01
|
|
8
|
+
|
|
9
|
+
- Display warning message when failed to upload connected app
|
|
10
|
+
- Update documentation about how to work on a dev sandbox / scratch org
|
|
11
|
+
|
|
12
|
+
## [4.26.1] 2024-01-31
|
|
13
|
+
|
|
14
|
+
- Update [Contributor User Guide](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-work-on-task/)
|
|
15
|
+
- Empty predefined list of packages to install
|
|
16
|
+
|
|
7
17
|
## [4.26.0] 2024-01-27
|
|
8
18
|
|
|
9
19
|
- Detect JIRA tickets even if there is only their identifiers in commits / PR text (see [Documentation](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integration-jira/))
|