提交 e8f158b5 编写于 作者: T Tomas Vik

Merge branch 'use-gitlab-publisher' into 'master'

Automated extension publishing using GitLab publisher

Closes #171

See merge request gitlab-org/gitlab-vscode-extension!59
......@@ -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
......@@ -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/)
......
# <img src="https://gitlab.com/fatihacet/gitlab-vscode-extension/raw/master/src/assets/logo.png" width="64" align="center" /> [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)
*We are happy to announce that the GitLab VSCode Extension is officially joining GitLab. The team is now focusing on [housekeeping tasks](https://gitlab.com/groups/gitlab-org/-/epics/3350). You can expect regular improvements and fixes. We want to thank the whole community for creating the extension, special thanks to the maintainers [@fatihacet](https://gitlab.com/fatihacet) and [@massimeddu](https://gitlab.com/massimeddu).*
......
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册