diff --git a/apps/remix-ide/src/app/tabs/locales/en/homeReleaseDetails.json b/apps/remix-ide/src/app/tabs/locales/en/homeReleaseDetails.json index 3730e87da7..87415085bb 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/homeReleaseDetails.json +++ b/apps/remix-ide/src/app/tabs/locales/en/homeReleaseDetails.json @@ -1,10 +1,10 @@ { - "homeReleaseDetails.title": "RELEASE HIGHLIGHTS", + "homeReleaseDetails.title": "v0.37.0 RELEASE HIGHLIGHTS", "homeReleaseDetails.highlight1": "Circom plugin and ZKP Circom Semaphore template", "homeReleaseDetails.highlight2": "ERC auto-complete will load the file", "homeReleaseDetails.highlight3": "The Remix UI now translated into Spanish, French, Italian, and Simplified Chinese", "homeReleaseDetails.highlight4": "Load Recent Workspaces & Start Coding Button", - "homeReleaseDetails.more": "See Full Changelog" + "homeReleaseDetails.more": "Know More" } diff --git a/release-process.md b/release-process.md index 91d78bc477..a427255efc 100644 --- a/release-process.md +++ b/release-process.md @@ -21,7 +21,7 @@ Testing is performed after the Feature Freeze on `remix-beta.ethereum.org`. `bui Once ready to run, it can be run using the Node.js: `node build-qa-doc.js` -Find out the four release highlights and update in this file: `remix-project/apps/remix-ide/src/app/tabs/locales/en/homeReleaseDetails.json` +Find out the four release highlights and update in this file: `remix-project/apps/remix-ide/src/app/tabs/locales/en/homeReleaseDetails.json` along with the version in `title` string Update the GitHub release link in this file: `remix-project/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx` at line 44 & 63