Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1000 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 1000 Bytes

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.