Skip to content

Commit

Permalink
chore(ci): Removal of apps/vs-code-data-mapper in prod pipeline (#3591)
Browse files Browse the repository at this point in the history
* remove data-mapper files

* chore(release): 2.80.1

---------

Co-authored-by: [email protected] <Eric-B-Wu>
  • Loading branch information
Eric-B-Wu authored Nov 2, 2023
1 parent 3659e43 commit b39273a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 24 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ jobs:
- name: 'Local Version Bump'
run: ${{ env.BUMP_COMMAND }} --skip.commit --skip.tag

- name: 'Set DM VSIX aiKey in package.json'
run: echo "`jq '.aiKey="${{ env.AI_KEY }}"' apps/vs-code-data-mapper/src/package.json`" > apps/vs-code-data-mapper/src/package.json

- run: npx nx build vs-code-data-mapper
- run: npx nx build vs-code-data-mapper-react
- run: npm run vscode:data-mapper:pack

- name: 'Set Designer Extension VSIX aiKey in package.json'
run: echo "`jq '.aiKey="${{ env.AI_KEY }}"' apps/vs-code-designer/src/package.json`" > apps/vs-code-designer/src/package.json

Expand All @@ -92,12 +85,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: |
dist/apps/vs-code-data-mapper/*.vsix
dist/apps/vs-code-designer/*.vsix
- uses: ncipollo/release-action@v1
with:
artifacts: 'LICENSE.md,dist/apps/vs-code-data-mapper/*.vsix,dist/apps/vs-code-designer/*.vsix'
artifacts: 'LICENSE.md,dist/apps/vs-code-designer/*.vsix'
generateReleaseNotes: true
tag: '${{ steps.previoustag.outputs.tag }}'
token: ${{ secrets.AUTOMATION_PAT }}
Expand Down
4 changes: 0 additions & 4 deletions .versionrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
"filename": "apps/vs-code-designer/src/package.json",
"type": "json"
},
{
"filename": "apps/vs-code-data-mapper/src/package.json",
"type": "json"
},
{
"filename": "libs/data-mapper/package.json",
"type": "json"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Logic Apps Designer
### [2.80.1](https://github.com/Azure/LogicAppsUX/compare/v2.80.0...v2.80.1) (2023-11-02)

## [2.80.0](https://github.com/Azure/LogicAppsUX/compare/v2.79.0...v2.80.0) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion apps/vs-code-designer/src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-azurelogicapps",
"displayName": "Azure Logic Apps (Standard)",
"version": "2.80.0",
"version": "2.80.1",
"aiKey": "setInGitHubBuild",
"repository": "https://github.com/Azure/LogicAppsUX",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-chatbot",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/chatbot"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/data-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-data-mapper",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/data-mapper"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/designer-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/designer-ui",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer-ui"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-designer",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/parsers-logic-apps",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/parsers"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/services/designer-client-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/designer-client-services-logic-apps",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../../dist/libs/services/designer-client-services"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/services/intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/intl-logic-apps",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../../dist/libs/services/intl"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/utils-logic-apps",
"version": "2.80.0",
"version": "2.80.1",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/utils"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@microsoft/vscode-extension-logic-apps",
"version": "2.80.0"
"version": "2.80.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logicappsux",
"version": "2.80.0",
"version": "2.80.1",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit b39273a

Please sign in to comment.