Skip to content

Commit

Permalink
Merge pull request #571 from bpg/update-example-in-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jun 20, 2020
2 parents 18eaa7a + 0c596dc commit 3f1ac7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,8 +56,8 @@ As pull requests are merged, a draft release is kept up-to-date listing the chan
The following is a more complicated configuration, which categorises the changes into headings, and automatically suggests the next version number:

```yml
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
Expand Down

0 comments on commit 3f1ac7c

Please sign in to comment.