Skip to content

Commit

Permalink
fix release changelog, currently only lists last commit (#424)
Browse files Browse the repository at this point in the history
* fix release changelog, currently only lists last commit

* changelog won't work if we treat RC as releases
  • Loading branch information
stephengaudet authored Aug 3, 2023
1 parent 1c991b3 commit 8469114
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- "main"
tags:
- "v*"
- "rc*"
pull_request:

name: Test and publish
Expand Down Expand Up @@ -45,6 +46,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
Expand Down

0 comments on commit 8469114

Please sign in to comment.