Skip to content

Commit 64c4a9b

Browse files
committed
Fix changelog generation to use commit mode instead of pr mode
1 parent c4f0dff commit 64c4a9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
with:
6262
fromTag: ${{ steps.previous_tag.outputs.tag }}
63+
commitMode: true
6364

6465
- name: GitHub release
6566
uses: actions/create-release@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ecobee
22

33
![Build](https://github.com/i8beef/Ecobee/actions/workflows/build.yml/badge.svg?branch=master)
4-
![Release](https://github.com/i8beef/Ecobee/actions/workflows/release.yml/badge.svg?branch=master)
4+
![Release](https://github.com/i8beef/Ecobee/actions/workflows/release.yml/badge.svg)
55

66
Ecobee is a client library for accessing the Ecobee APIs.
77

0 commit comments

Comments
 (0)