Post update (#232)

* Bump master version. Add open-vsx badge.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Remove publish action from pipeline. Managed in the Release pipeline on Azure now.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/235/head
Jerome Luckenbach 2021-01-10 00:12:20 +01:00 committed by GitHub
parent 5e1740f2d4
commit 8c11a32d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 11 deletions

View File

@ -39,9 +39,3 @@ steps:
condition: eq(variables['Agent.OS'], 'Linux')
- template: basic-steps.yml
- bash: |
echo ">>> Publish"
yarn deploy -p $(VSCODE_MARKETPLACE_TOKEN)
displayName: Publish
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))

View File

@ -1,11 +1,9 @@
# openHAB VS Code Extension
[![Azure DevOps builds (branch)][ADOBuildBadgeImage]][ADOBuildBadgeImageLink]
[![Azure DevOps tests (branch)][ADOTestImage]][ADOTestImageLink]
[![EPL-2.0][LicenseBadgeImage]][LicenseBadgeImageLink]
[![Visual Studio Marketplace Rating][MarketplaceRatingBadgeImage]][MarketplaceRatingBadgeImageLink]
[![Visual Studio Marketplace Downloads)][MarketplaceDownloadBadgeImage]][MarketplaceDownloadBadgeImageLink]
[![GitHub release][GitHubReleaseBadge]][GitHubReleaseBadgeLink]
[![Open VSX Downloads][openVsxDownloadBadgeImage]][openVsxDownloadBadgeImageLink]
[openHAB](http://www.openhab.org) is a vendor and techology agnostic open source automation software for your home. This [Visual Studio Code](https://code.visualstudio.com) extension allows you to work with openHAB configuration files (like `*.items`, `*.rules`, `*.sitemap` and `*.script`) thanks to the syntax highlighting, code snippets and integrated search.
@ -80,5 +78,8 @@ See [Contributing.md](https://github.com/openhab/openhab-vscode/blob/master/CONT
[MarketplaceDownloadBadgeImage]: https://img.shields.io/visual-studio-marketplace/d/openhab.openhab?logo=visual-studio-code&logoColor=blue
[MarketplaceDownloadBadgeImageLink]: https://marketplace.visualstudio.com/items?itemName=openhab.openhab
[openVsxDownloadBadgeImage]: https://img.shields.io/open-vsx/dt/openhab/openhab?label=Open%20VSX%20downloads&style=plastic
[openVsxDownloadBadgeImageLink]: https://open-vsx.org/extension/openhab/openhab
[GitHubReleaseBadge]: https://img.shields.io/github/v/release/openhab/openhab-vscode?include_prereleases (latest by date including pre-releases)
[GitHubReleaseBadgeLink]: https://github.com/openhab/openhab-vscode/releases

View File

@ -2,7 +2,7 @@
"name": "openhab",
"displayName": "openHAB",
"description": "Robust tool for openHAB textual configurations. Includes code snippets, syntax highlighting, language server integration and more.",
"version": "0.8.0",
"version": "0.8.1",
"publisher": "openhab",
"icon": "openhab.png",
"repository": {