Skip to content

Creates a tag version and adds chages to changelog

Notifications You must be signed in to change notification settings

vrsoftbr/create-version

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Version Action

Release

This action create/update the CHANGELOG.md file based on the last chages and makes a commit. Also it creates the tag for the last commits and push them all

Inputs

script

Required The script that will increase version number and update version file. The script have to return the tag name so it will be used to create the tag.

Example of usage

uses: ricardosanfelice/create-version@v1
with:
  script: './build.sh'
env:
  TOKEN: $GITHUB_TOKEN

About

Creates a tag version and adds chages to changelog

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.4%
  • Dockerfile 13.6%