Skip to content

Commit

Permalink
adds info about generating RELEASE_HEAD.md to readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed Feb 11, 2022
1 parent 4c221d6 commit 0f23ad2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ nothing

nothing

## [1.3.0] - 2022-02-11

### Added

* RELEASE_HEAD.md is not created from README.md if it does not exist yet.

## [1.2.0] - 2022-01-11

### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Release-notes-from-changelog is a GitHub action for extracting release notes fro
For this action to work you need a file in your repository called `RELEASE_HEAD.md` that contains any header text that you want to add to all your releases.
This can be, for example, a short sentence explaining the general purpose of the project, or simply a note that the following text was extracted from a changelog.

It can be used as follows:
If `RELEASE_HEAD.md` does not exist, the first-level heading and first paragraph of the file `README.md` will be used instead.

The action can be used as follows:

```yaml
jobs:
Expand Down

0 comments on commit 0f23ad2

Please sign in to comment.