Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 439 Bytes

File metadata and controls

27 lines (20 loc) · 439 Bytes

Publish Release Notes Action

This GitHub action publishes release notes.

Inputs

Input Description Required

tag

The tag to use.

true

release-notes-location

The location of the release notes file; defaults to changelog.md.

false

Example Usage

- name: Publish Release Notes
  uses: spring-io/spring-release-actions/publish-release-notes@main
  with:
    tag: '1.2.3'