Skip to content

Commit 93cd512

Browse files
committed
Add GitHub Action and changelog
1 parent 95ea0ed commit 93cd512

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- if: github.ref == 'refs/heads/main'
2+
name: Publish to Visual Studio Marketplace
3+
uses: HaaLeo/publish-vscode-extension@v2
4+
with:
5+
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
6+
registryUrl: https://marketplace.visualstudio.com
7+
id: vsmPublish
8+
# TODO: Publish to Open VSX Registry
9+
# - if: github.ref == 'refs/heads/main'
10+
# name: Publish to Open VSX Registry
11+
# uses: HaaLeo/publish-vscode-extension@v2
12+
# with:
13+
# pat: ${{ secrets.OPEN_VSX_REGISTRY_TOKEN }}
14+
# extensionFile: ${{ steps.vsmPublish.outputs.vsixPath }}

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
.github/**
12
.vscode/**
23
docs/**
34
.gitignore
5+
CHANGELOG.md
46
rnd-colours.json

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.0.1 - 2026-03-07
4+
5+
Initial release

0 commit comments

Comments
 (0)