A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/RechInformatica/extensions-workflow below:

RechInformatica/extensions-workflow: Centralized GitHub workflow to automatically bump the version and deploy VSCode extensions.

VSCode Extension Workflow

This repository contains a centralized GitHub Actions workflow used to:

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 workflow

on:
  push:
    branches:
      - master

jobs:
  bump:
    uses: RechInformatica/extension-workflow/.github/workflows/bump-version.yml@master
    with:
      bump: patch  # or "minor", "major"

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4