Skip to content

Example for release-drafter

Notifications You must be signed in to change notification settings

joelazar/release-drafter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

release-drafter-example

This repository demonstrates how to use release-drafter github action. Also, there is another github action added for sending notification to a slack channel at every new release creation.

Labels

The draft change note is constructed based on the available github labels:

Change releated labels

  • bug - Something isn't working
  • chore - Changes that do not relate to a bug or feature
  • feature - New feature or improvement

Semantic versioning labels

  • major - Following change needs a major version update
  • minor - Following change needs a minor version update
  • patch - Following change needs a patch version update

Other

  • skip-changelog - Won't be included in the changelog

You can find them here too.