Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 483 Bytes

File metadata and controls

27 lines (20 loc) · 483 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@a1f321783a0769dd2aea4fad6c2ae2f95a52b885 # 0.0.5
  with:
    tag: '1.2.3'