app-tutor-ai-consumer 1.26.0 → 1.27.0
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/.github/workflows/jira.yaml +1 -1
- package/.github/workflows/merge-checker.yaml +1 -1
- package/.github/workflows/pr-agent.yaml +1 -1
- package/.github/workflows/quality.yml +1 -1
- package/.github/workflows/rollback.yml +2 -2
- package/.github/workflows/staging-staging.yml +2 -2
- package/.github/workflows/staging.yml +3 -3
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
staging-rollback:
|
|
25
25
|
if: ${{ github.event.inputs.rollbackEnv == 'staging' }}
|
|
26
26
|
name: Staging Rollback
|
|
27
|
-
runs-on: [buildstaging-
|
|
27
|
+
runs-on: [buildstaging-content]
|
|
28
28
|
env:
|
|
29
29
|
BUCKET_NAME: app-club-microfrontends
|
|
30
30
|
CLOUDFRONT_ACCOUNT_ID: '449466460580'
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
|
|
47
47
|
new-relic-notification-staging:
|
|
48
48
|
name: New Relic Application Deployment Notification
|
|
49
|
-
runs-on: [buildstaging-
|
|
49
|
+
runs-on: [buildstaging-content]
|
|
50
50
|
needs: ['staging-rollback']
|
|
51
51
|
steps:
|
|
52
52
|
- name: Display rollback tag version
|
|
@@ -22,7 +22,7 @@ env:
|
|
|
22
22
|
jobs:
|
|
23
23
|
deploy-staging:
|
|
24
24
|
name: Deploy Staging
|
|
25
|
-
runs-on: [buildstaging-high
|
|
25
|
+
runs-on: [buildstaging-content-high]
|
|
26
26
|
steps:
|
|
27
27
|
- name: Checkout
|
|
28
28
|
uses: actions/checkout@v4
|
|
@@ -85,7 +85,7 @@ jobs:
|
|
|
85
85
|
|
|
86
86
|
staging-notification:
|
|
87
87
|
name: 'Staging Notification'
|
|
88
|
-
runs-on: [buildstaging-
|
|
88
|
+
runs-on: [buildstaging-content]
|
|
89
89
|
needs: ['deploy-staging']
|
|
90
90
|
steps:
|
|
91
91
|
- name: Checkout
|
|
@@ -23,7 +23,7 @@ env:
|
|
|
23
23
|
jobs:
|
|
24
24
|
create-tag:
|
|
25
25
|
name: Create Tag
|
|
26
|
-
runs-on: [buildstaging-high
|
|
26
|
+
runs-on: [buildstaging-content-high]
|
|
27
27
|
permissions:
|
|
28
28
|
contents: write
|
|
29
29
|
issues: write
|
|
@@ -61,7 +61,7 @@ jobs:
|
|
|
61
61
|
deploy-staging:
|
|
62
62
|
name: Deploy Staging
|
|
63
63
|
needs: [create-tag]
|
|
64
|
-
runs-on: [buildstaging-high
|
|
64
|
+
runs-on: [buildstaging-content-high]
|
|
65
65
|
steps:
|
|
66
66
|
- name: Checkout
|
|
67
67
|
uses: actions/checkout@v4
|
|
@@ -124,7 +124,7 @@ jobs:
|
|
|
124
124
|
|
|
125
125
|
staging-notification:
|
|
126
126
|
name: 'Staging Notification'
|
|
127
|
-
runs-on: [buildstaging-
|
|
127
|
+
runs-on: [buildstaging-content]
|
|
128
128
|
needs: ['deploy-staging']
|
|
129
129
|
steps:
|
|
130
130
|
- name: Checkout
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [1.27.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.26.1...v1.27.0) (2025-08-13)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- changing GA to new runner ([c871ca8](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/c871ca8034df0dcb3d45de18a7c2ba1fc02d57cc))
|
|
6
|
+
|
|
7
|
+
## [1.26.1](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.26.0...v1.26.1) (2025-08-13)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- build staging ([60e5aa3](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/60e5aa3bda6636f63bafb49a1d93c18b2b0dec5f))
|
|
12
|
+
|
|
1
13
|
# [1.26.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.25.1...v1.26.0) (2025-08-12)
|
|
2
14
|
|
|
3
15
|
### Features
|