Skip to content

Becklyn/release-notes-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Notes Generator

Online available at release-notes.becklyn.tech.

Changelog Format

The entry must be a list. Every top-level list item must have the format:

*   (type) text

where type is one of the types below and text is just free text.

Supported Types

Type Label Description
(bc) Breaking Changes Changes that break previously working code. Implies major version bump!
feature New Features New features added, that add new functionality to the library. Implies at least minor version bump!
(improvement) Improvements Things that work better or in more cases than before.
(bug) Bugfixes Things that should have worked before (but didn't), but do work now.
(deprecation) Deprecations Lists all added deprecations.
(docs) Documentation Changes in the documentation.
(internal) Internal Internal changes / refactorings that should have no functional impact on the end user.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published