Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

VSCode Extension Workflow

This repository contains a centralized GitHub Actions workflow used to:

  • Automatically bump the version of a VSCode extension (package.json)
  • Create and push a git tag based on the new version
  • (Optionally) publish the extension to the Visual Studio Code Marketplace

How to Use

To reuse this workflow in another repository (e.g., your VSCode extension), create a file like this:

.github/workflows/bump-version.yml

name: Bump version via shared workflowon:
push:
branches:
- masterjobs:
bump:
uses: RechInformatica/extension-workflow/.github/workflows/bump-version.yml@masterwith:
bump: patch # or "minor", "major"

About

Centralized GitHub workflow to automatically bump the version and deploy VSCode extensions.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors