From 2fb745f49906e55bba49fb9682324f902e72ec53 Mon Sep 17 00:00:00 2001 From: mightbesimon <60593422+mightbesimon@users.noreply.github.com> Date: Mon, 12 Dec 2022 03:07:08 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20[doc]=20update=20changelogs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 14 ++++++++------ CHANGELOG.md | 18 +++++++++++++++--- README.md | 2 +- package.json | 19 +++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f0eb16c..12cc7c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: publish +name: publish 🚀 on: push: @@ -6,11 +6,11 @@ on: - v*.*.* env: - PYTHON_VERSION: '3.8.9' + PYTHON_VERSION: '3.9' jobs: build: - name: 🔧 build + name: build 🔧 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -31,12 +31,14 @@ jobs: publish: needs: build - name: 🚀 publish + name: publish 🚀 runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 with: name: build path: . - - run: echo VERSION=${GITHUB_REF#refs/tags/v} >> $GITHUB_ENV - - run: npx vsce publish ${{ env.VERSION }} -p ${{ secrets.VSCE_PAT }} --no-git-tag-version + - run: > + npx vsce publish ${GITHUB_REF#refs/tags/v} + -p ${{ secrets.VSCE_PAT }} + --no-git-tag-version diff --git a/CHANGELOG.md b/CHANGELOG.md index 72bd3bf..5b8c61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > Author: [mightbesimon](https://github.com/mightbesimon) -## v1.0.0 - 31 Oct 2022 +## v1.1.1 - 12 December 2022 -- editor rulers -- terminal logs +- 📚 [doc]: update badges and changelogs + +## v1.1.0 - 24 November 2022 + +- 🚀 [CI/CD]: generate theme json file at build +- ✨ [feature]: terminal cursor to orange +- ✨ [feature]: orange button text to dark + +## v1.0.0 - 31 October 2022 + +- ✨ [feature]: editor rulers +- ✨ [feature]: terminal logs ## v0.99.99 — 27 July 2022 Initial pre-release + +- ✨ [feature]: marinana theme ported from sublime diff --git a/README.md b/README.md index 3cf3029..1565e9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mariana ![version](https://img.shields.io/visual-studio-marketplace/v/mightbesimon.mariana-sublime?label=) -[![sponsor](https://img.shields.io/github/sponsors/mightbesimon?color=red&label=Sponsor&logo=github)](https://github.com/sponsors/mightbesimon) +[![sponsor](https://img.shields.io/badge/-Sponsor_Us_-%23d73a49)](https://github.com/sponsors/mightbesimon) ![downloads](https://img.shields.io/vscode-marketplace/i/mightbesimon.mariana-sublime?color=white&label=&logo=visualstudiocode&logoColor=blue) ![publish](https://github.com/mightbesimon/vscode-mariana/actions/workflows/publish.yml/badge.svg) diff --git a/package.json b/package.json index 6e807f0..105b8f0 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,29 @@ "markdown": "github", "badges": [ { - "url": "https://github.com/mightbesimon/vscode-mariana/actions/workflows/publish.yml/badge.svg", + "url": "https://img.shields.io/visual-studio-marketplace/v/mightbesimon.mariana-sublime?label=", + "href": "https://github.com/mightbesimon/vscode-mariana/tags", + "description": "version" + }, + { + "url": "https://img.shields.io/vscode-marketplace/i/mightbesimon.mariana-sublime?color=white&label=&logo=visualstudiocode&logoColor=blue", "href": "https://mightbesimon.com", + "description": "downloads" + }, + { + "url": "https://img.shields.io/badge/-Sponsor_Us_-%23d73a49", + "href": "https://github.com/sponsors/mightbesimon", + "description": "sponsor" + }, + { + "url": "https://github.com/mightbesimon/vscode-mariana/actions/workflows/publish.yml/badge.svg", + "href": "https://github.com/mightbesimon/vscode-mariana", "description": "publish" } ], "repository": { "type": "git", - "url": "https://github.com/mightbesimon/vscode-mariana/" + "url": "https://github.com/mightbesimon/vscode-mariana" }, "sponsor": { "url": "https://github.com/sponsors/mightbesimon"