@worksafevictoria/wcl7.5 1.1.0-beta.36 → 1.1.0-beta.37
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/ci/release/beta.yml +3 -3
- package/ci/release/master.yml +3 -3
- package/package.json +1 -1
package/ci/release/beta.yml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#######################################################
|
|
2
|
-
# Author: Yavisht Katgara
|
|
3
|
-
# Email:
|
|
2
|
+
# Original Author: Yavisht Katgara
|
|
3
|
+
# Email: WSV-DigitalOperations@worksafetac.onmicrosoft.com
|
|
4
4
|
# Project: Worksafe Public Website - Front End
|
|
5
5
|
# Description: Publish beta release to NPM
|
|
6
6
|
#######################################################
|
|
7
7
|
|
|
8
|
-
trigger:
|
|
8
|
+
trigger:
|
|
9
9
|
branches:
|
|
10
10
|
include:
|
|
11
11
|
- beta
|
package/ci/release/master.yml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#######################################################
|
|
2
|
-
# Author: Yavisht Katgara
|
|
3
|
-
# Email:
|
|
2
|
+
# Original Author: Yavisht Katgara
|
|
3
|
+
# Email: WSV-DigitalOperations@worksafetac.onmicrosoft.com
|
|
4
4
|
# Project: Worksafe Public Website - Front End
|
|
5
5
|
# Description: Publish latest release to NPM
|
|
6
6
|
#######################################################
|
|
7
7
|
|
|
8
|
-
trigger:
|
|
8
|
+
trigger:
|
|
9
9
|
branches:
|
|
10
10
|
include:
|
|
11
11
|
- master
|