Skip to content

sters/github-actions-collect-unreleased-commits

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-collect-unreleased-commits

This action collects latest tag and non-tagged commits.

For example, this action is useful in case of main branch is as the development-HEAD and latest tag is as the production-HEAD.

This actions supports remind to you about unreleased commits. (Not support remind directly. Only collects.)

Inputs

Value Default Required Description
workspace true Collect git log for this workspace path.
mode only-pull-requests false Collect method. Details are below.
format %s false Message format that the same as git log format option. See this document.

Outputs

Value Description
latest-tag The latest tag.
commits The unreleased commit list.

Supported mode

Mode Description
only-pull-requests Includes only #xx style commit messages.
only-merge-commit Includes only Merge commit.
all-commit Includes all commit.

About

Collect unreleased commits on github actions

Resources

License

Stars

Watchers

Forks

Sponsor this project