diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24afbe997420782b3297f1a2348cbcf41633835c..08684c45f01e83a4134c63fef3d0dc4388dca1b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ image: node:12-slim stages: - test + - publish lint: stage: test @@ -25,3 +26,14 @@ test-integration: - echo $DISPLAY - /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - yarn test + +publish: + stage: publish + script: + - yarn + - cd src/webview && yarn && yarn build && cd ../.. # build webview + - yarn global add vsce + - vsce publish -p $AZURE_ACCESS_TOKEN + when: manual + only: + - tags diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91d038e25a2420dea48d23517fc1b7e7c1a2f35e..240e91b993f7925058324474f6943b775269bd1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ development environment to work on the extension. #### Step - 1 : Installation Prerequisites We're assuming that you already have [Visual Studio Code](https://code.visualstudio.com/) installed along -with [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) installed +with [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow) installed and configured, if not, do that first! If already done, proceed ahead. * [Git](https://git-scm.com/) diff --git a/README.md b/README.md index 6aed0096d081342d017a9bdfa38e42ac4fbe8619..5f10aa94b44ae62b64c03ef7e43e1a737fd819ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [GitLab VSCode Extension](https://gitlab.com/fatihacet/gitlab-vscode-extension) -[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Installs](https://vsmarketplacebadge.apphb.com/installs/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Rating](https://vsmarketplacebadge.apphb.com/rating/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) +[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/GitLab.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow) [![Installs](https://vsmarketplacebadge.apphb.com/installs/GitLab.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads/GitLab.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow) [![Rating](https://vsmarketplacebadge.apphb.com/rating/GitLab.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=GitLab.gitlab-workflow) This extension integrates GitLab to VSCode by adding a new GitLab sidebar where you can find issues and merge requests created by you or assigned to you. It also extends VSCode command palette and status bar to provide more information about your project. diff --git a/package.json b/package.json index 887d4107f6f749589ca1800bdc1526a45f2a2983..5740e34cefd65fc3ad5c2b61c499f9a05be23c5b 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "displayName": "GitLab Workflow", "description": "GitLab VSCode integration", "version": "2.2.2", - "publisher": "fatihacet", + "publisher": "GitLab", "license": "MIT", "repository": { "type": "git", - "url": "https://gitlab.com/fatihacet/gitlab-vscode-extension" + "url": "https://gitlab.com/gitlab-org/gitlab-vscode-extension" }, "engines": { "vscode": "^1.41.0" @@ -26,8 +26,8 @@ "*" ], "bugs": { - "url": "https://gitlab.com/fatihacet/gitlab-vscode-extension/issues", - "email": "incoming+fatihacet-gitlab-vscode-extension-5261717-issue-@incoming.gitlab.com" + "url": "https://gitlab.com/gitlab-org/gitlab-vscode-extension/issues", + "email": "incoming+gitlab-org-gitlab-vscode-extension-5261717-issue-@incoming.gitlab.com" }, "galleryBanner": { "color": "#805DE7",