Compare commits

..

9 Commits

Author SHA1 Message Date
Bilal Qamar
6421765100 refactor: updated workflow 2023-02-27 17:55:56 +05:00
Bilal Qamar
f27fc6fa07 refactor: updated workflow 2023-02-27 17:46:40 +05:00
Bilal Qamar
8f052a7ea1 refactor: updated workflow 2023-02-27 17:44:05 +05:00
Bilal Qamar
5e29402f5b refactor: updated workflow 2023-02-27 17:41:16 +05:00
Bilal Qamar
bc0eaf18fc refactor: updated workflow 2023-02-27 17:37:32 +05:00
Bilal Qamar
772008b361 refactor: updated workflow 2023-02-27 17:32:50 +05:00
Bilal Qamar
6e17d53b6a refactor: updated node version to v18 for release dry-run 2023-02-27 17:21:03 +05:00
Bilal Qamar
063ce855ca refactor: fixed build typo 2023-02-27 17:18:00 +05:00
Bilal Qamar
748d4746b3 refactor: added semantic-release-export-data & updated workflows 2023-02-27 17:12:30 +05:00
5 changed files with 10742 additions and 1195 deletions

View File

@@ -5,7 +5,7 @@ on:
- master
pull_request:
branches:
- '**'
- master
jobs:
tests:
runs-on: ubuntu-latest
@@ -35,3 +35,27 @@ jobs:
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v3
get-next-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npx semantic-release --dry-run
id: get-next-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo "The new release version is ${{ needs.get-next-version.outputs.new-release-version }}"
outputs:
new-release-published: ${{ steps.get-next-version.outputs.new-release-published }}
new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}
build:
runs-on: ubuntu-latest
needs: get-next-version
steps:
- uses: actions/checkout@v3
- run: echo "The new release version is ${{ needs.get-next-version.outputs.new-release-version }}"

View File

@@ -1,5 +1,5 @@
{
"branch": "master",
"branches": ["master", "next"],
"tagFormat": "v${version}",
"verifyConditions": [
"@semantic-release/npm",
@@ -12,7 +12,13 @@
],
"analyzeCommits": "@semantic-release/commit-analyzer",
"generateNotes": "@semantic-release/release-notes-generator",
"prepare": "@semantic-release/npm",
"prepare": [
"@semantic-release/npm",
{
"path": "semantic-release-export-data",
"output": "release.json"
}
],
"publish": [
"@semantic-release/npm",
{

View File

@@ -1,9 +1,11 @@
export TRANSIFEX_RESOURCE = frontend-component-header
transifex_resource = frontend-component-header
transifex_langs = "ar,fr,es_419,zh_CN,pt,it,de,uk,ru,hi,fr_CA"
transifex_utils = ./node_modules/.bin/transifex-utils.js
i18n = ./src/i18n
transifex_input = $(i18n)/transifex_input.json
tx_url1 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transifex_resource)/translation/en/strings/
tx_url2 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transifex_resource)/source/
# This directory must match .babelrc .
transifex_temp = ./temp/babel-plugin-react-intl
@@ -40,11 +42,11 @@ push_translations:
# Pushing strings to Transifex...
tx push -s
# Fetching hashes from Transifex...
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh
./node_modules/reactifex/bash_scripts/get_hashed_strings.sh $(tx_url1)
# Writing out comments to file...
$(transifex_utils) $(transifex_temp) --comments --v3-scripts-path
$(transifex_utils) $(transifex_temp) --comments
# Pushing comments to Transifex...
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh
./node_modules/reactifex/bash_scripts/put_comments.sh $(tx_url2)
# Pulls translations from Transifex.
pull_translations:

11877
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,20 +31,22 @@
"bugs": {
"url": "https://github.com/openedx/frontend-component-header/issues"
},
"release": {
"branches": ["master", "next"]
},
"homepage": "https://github.com/openedx/frontend-component-header#readme",
"devDependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "^12.4.19",
"@edx/frontend-platform": "^3.0.1",
"@edx/reactifex": "^2.1.1",
"@testing-library/dom": "9.0.1",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "10.4.9",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.4.3",
"jest-chain": "1.1.6",
"prop-types": "15.8.1",
"react": "16.14.0",
@@ -52,11 +54,13 @@
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"react-test-renderer": "16.14.0",
"reactifex": "1.1.1",
"redux": "4.2.1",
"redux-saga": "1.2.3"
"redux-saga": "1.2.2",
"semantic-release-export-data": "^1.0.1"
},
"dependencies": {
"@edx/paragon": "20.28.5",
"@edx/paragon": "20.28.4",
"@fortawesome/fontawesome-svg-core": "6.3.0",
"@fortawesome/free-brands-svg-icons": "6.3.0",
"@fortawesome/free-regular-svg-icons": "6.3.0",