Skip to content

switcherstudio/create-version-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Version File Action

A GitHub action which generates a static version file with environment, version, and last commit properties at the given output directory.

Inputs

environment

REQUIRED The name of the deployment environment.

version

REQUIRED The version number of the current release.

outdir

The output directory for the version.json file. Default is public.

Example usage:

uses: switcherstudio/create-version-file@master
with:
  environment: 'dev'
  version: '1.0'

About

GitHub Action to create a version.json file for a CRA project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •