Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish Extension

on:
push:
branches:
- master

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: npm ci

- name: Publish to VS Code Marketplace
run: npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
28 changes: 27 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gops",
"displayName": "Gops",
"displayName": "Gops - Visual Git Toolkit",
"description": "Visual Git Toolkit for VS Code",
"version": "0.0.1",
"publisher": "codemanxdev",
Expand All @@ -12,8 +12,34 @@
"vscode": "^1.110.0"
},
"categories": [
"SCM Providers",
"Other"
],
"keywords": [
"git",
"gitops",
"git-ui",
"git-gui",
"visual-git",
"source-control",
"version-control",
"scm",
"github",
"gitlab",
"repository",
"commit",
"branch",
"merge",
"rebase",
"stash",
"cherry-pick",
"diff",
"history",
"workflow",
"productivity",
"gui"
],
"icon": "gops-logo.png",
"activationEvents": [],
"main": "./dist/extension.js",
"contributes": {
Expand Down
Binary file added resources/gops-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading