Skip to content

Chronicler Action

Actions
A better way to write your release notes
v1.0.1
Latest
Star (4)

Chronicler Action

This Github action will run Chronicler whenever a PR is merged. Chronicler will add a - PR title (#PR_Number) bullet for each merged PR in either an existing release draft or a new release draft.

For more information, checkout the Chronicler repo or blog post.

Usage

workflow "Add PR to release notes" {
  on = "pull_request"
  resolves = ["Chronicler"]
}

action "Chronicler" {
  uses = "crosscompile/chronicler-action@v1.0.0"
  secrets = ["GITHUB_TOKEN"]
}

Chronicler Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A better way to write your release notes
v1.0.1
Latest

Chronicler Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.