Skip to content

Commit

Permalink
ci: Fix typo in changelog update script (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Nov 22, 2024
2 parents a6ef325 + 33d1e76 commit cd33f99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
PR_IDS=$(git log ${previous_release_tag}..${latest_release_tag} --pretty=format:%s | grep -oE '\(#[0-9]+\)$' | sed -E 's/\(#([0-9]+)\)/\1/')
for PR_ID in $PR_IDS
do
echo " - "$(gh pr view $logEntry --json title,number,author -t "{{.title}} (#{{.number}}) @{{.author.login}}") >> CHANGELOG.new
echo " - "$(gh pr view $PR_ID --json title,number,author -t "{{.title}} (#{{.number}}) @{{.author.login}}") >> CHANGELOG.new
done
echo >> CHANGELOG.new
if [ -e CHANGELOG.md ]
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#### 2.20.1: Release

-
- fix: Allow MQTT broker container config (#506) @hardillb

#### 2.20.0: Release

-
-
-
- feat: Release 2.11.0 (#505) @hardillb
- fix: creation of flowforge-broker service (#504) @ppawlowski
- chore(ci): Improve changelog entry collection and add missing entries (#503) @ppawlowski

#### 2.19.0: Release

Expand Down

0 comments on commit cd33f99

Please sign in to comment.