Skip to content
edit-2

GitHub Action

Chronicler Action

v1.0.1 Latest version

Chronicler Action

edit-2

Chronicler Action

A better way to write your release notes

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Chronicler Action

uses: jackjocross/[email protected]

Learn more about this action in jackjocross/chronicler-action

Choose a version

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/[email protected]"
  secrets = ["GITHUB_TOKEN"]
}