Relno
Relno
  • Get Started
  • Guide
  • API
  • Frequently Asked Questions
  • Basic Knowledge
    • Introduction
    • Options
    • Expression Syntax
    • Section Syntax
    • Introduction
    • Default Context
    • PR Type Context
    • Commits Context
    • Introduction
    • String Utils
    • Condition
    • Introduction
    • Write Your Own Plugin
    • Contributors Plugin

Basic Knowledge

How Do Relno work?

Relno will read the commit message of pull request from the git log, and then generate a release note based on the configuration file. It rely on Conventional Commits, so you should follow the specification to write your commit message, or it will not work.

We will allow you to set how to parse the commit message in the future, but now we only support Conventional Commits.
Edit this page on GitHub
Get Started
ConfigurationIntroduction