Skip to content

Commit a3367eb

Browse files
committed
Merge branch 'feature-VALIDATION-9_apply-translation-manager-ci-action' into release-1.3.0
2 parents 612144f + 64efe28 commit a3367eb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Install dependencies
2727
uses: pixl8/github-action-box-install@v2
2828

29+
- name: Push to Translation Manager
30+
uses: pixl8/github-action-push-to-translation-manager@v1
31+
with:
32+
translations_api_key: ${{ secrets.TRANSLATIONS_API_KEY }}
33+
2934
- name: Generate release version number
3035
if: "env.PUBLISH == 'true'"
3136
id: versiongen

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.2.3
4+
5+
* VALIDATION-8 - Min/ Max if other field value
6+
7+
38
## v1.2.2
49

510
* Add missing client side validation for the `requiredifotherfieldmatchsystemlookup` validator
@@ -10,8 +15,8 @@
1015

1116
## v1.2.0
1217

13-
* [VALIDATION-5](https://projects.pixl8.london/browse/VALIDATION-5) - requiredIfOtherFieldInValues to allow required for multiple values
14-
* [VALIDATION-4](https://projects.pixl8.london/browse/VALIDATION-4) - Add rule for a field to be required if other field match system config
18+
* VALIDATION-5 - requiredIfOtherFieldInValues to allow required for multiple values
19+
* VALIDATION-4 - Add rule for a field to be required if other field match system config
1520

1621
## v1.1.0
1722

0 commit comments

Comments
 (0)