8000 GitHub - actiwaredevelopment/action-io-get-module-version
[go: up one dir, main page]

Skip to content

actiwaredevelopment/action-io-get-module-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< A5C9 div class="react-directory-filename-column">
 
 

Repository files navigation

Get module defintion version action

This action determines the version number from the module definition file and returns it as the version number.

Inputs

module-definition-file

Required The desitnation of the module definition file. Default "./module-definition/info.json".

fallback-version

The fallback version without build version. Default 2.0.0

alternative-major-version

The alternative major version. Default ``

alternative-minor-version

The alternative minor version. Default ``

alternative-build-version

The alternative build version. Default ``

Outputs

version

The version number of the module. If the version number is not recognized, the fallback with the date prefix YYMM is used.

versionNoBuild

The version number of the module without the build version. If the version number is not recognized, the fallback with the date prefix YYMM is used.

Example usage

uses: actiwaredevelopment/action-io-get-module-version@v0.7
with:
  module-definition-file: './module-definition/info.json'
  fallback-version: '2.0.0'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0