We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057de4e commit f747b66Copy full SHA for f747b66
1 file changed
.github/workflows/tag-release-devcontainer.yml
@@ -275,7 +275,7 @@ jobs:
275
notes_dir="release_notes"
276
mkdir -p "$notes_dir"
277
note_file="$notes_dir/${VERSION_TAG}.md"
278
- cp ../electronic-prescription-service-api/CHANGELOG.md "$note_file"
+ cp ../CHANGELOG.md "$note_file"
279
280
if [ ! -s "$note_file" ]; then
281
echo "Release notes are empty; skipping gh-pages update."
0 commit comments