Skip to content

A sample of github action to generate changelog and publish release

Notifications You must be signed in to change notification settings

saugereau/github-actions-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample of github actions

generate changelog

Based on

On following git workflow :

  • push a branch releases/*
  • this will trigger a github action generating changelog on this branch and commit it with user action@github.com
  • you just have to merge this branch

generate github release

Based on

The aim here is to reuse generated changelog to fill github release (but only the current release) On following git workflow :

  • tag your master branch with a v*
  • this will trigger a github action taking the latest elements of changelog
  • create a release with tag name and last element of changelog

About

A sample of github action to generate changelog and publish release

Resources

Stars

Watchers

Forks

Packages

No packages published