Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 25dbc42

Browse files
committed
Improve wording on a CD pipeline step name
1 parent 8167c90 commit 25dbc42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
current_date="$(date -u '+%Y-%m-%d')"
5959
sed -i "0,/^\(###\|## *\[[0-9]\).*/{s//## [${{ steps.bump.outputs.version }}] - ${current_date}\n\n&/}" CHANGELOG.md
6060
61-
- name: "Extract version's changelog for release notes and tag message"
61+
- name: "Extract version's changelog for release notes"
6262
# 1. Find the lines between the first `## [<number>` and the second `## [<number>`.
6363
# 2. Remove all leading and trailing newlines from the output.
6464
run: sed '1,/^## *\[[0-9]/d;/^## *\[[0-9]/Q' CHANGELOG.md | sed -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' > release_notes.txt

0 commit comments

Comments
 (0)