From 3aabfa0dad18ac4bdbdd49f72798d13487c62c78 Mon Sep 17 00:00:00 2001 From: Sami Eljabali Date: Fri, 26 Apr 2024 21:48:09 -0700 Subject: [PATCH] Remove notes --- .github/workflows/create-tag-and-release.yml | 36 -------------------- 1 file changed, 36 deletions(-) diff --git a/.github/workflows/create-tag-and-release.yml b/.github/workflows/create-tag-and-release.yml index bcdfece..825841f 100644 --- a/.github/workflows/create-tag-and-release.yml +++ b/.github/workflows/create-tag-and-release.yml @@ -37,42 +37,6 @@ jobs: NOTES="${NOTES//$'\r'/'%0D'}" echo "::set-output name=notes::$NOTES" - # - name: Generate release notes v1 - # id: generate-notes-v1 - # run: | - # NOTES=$(python .github/scripts/generate_release_notes.py) - # NOTES="${NOTES//'%'/'%25'}" - # NOTES="${NOTES//$'\n'/'%0A'}" - # NOTES="${NOTES//$'\r'/'%0D'}" - # echo "notes=$NOTES" >> $GITHUB_OUTPUT - # https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - - # - name: Generate release notes v2 - # id: generate-notes-v2 - # run: | - # NOTES=$(python .github/scripts/generate_release_notes.py') - # # Split NOTES into an array of lines - # IFS=$'\n' read -d '' -r -a lines <<< "$NOTES" - # # Append each line individually - # for line in "${lines[@]}"; do - # echo "notes<> $GITHUB_OUTPUT - # echo "$line" >> $GITHUB_OUTPUT - # echo "EOF" >> $GITHUB_OUTPUT - # done - - # - name: Generate release notes and encode - # id: generate-notes-v3 - # run: | - # NOTES=$(python .github/scripts/generate_release_notes.py | base64) - # echo "notes=$NOTES" >> $GITHUB_OUTPUT - - # - name: Generate release notes - # id: generate-notes - # run: | - # echo "notes<> $GITHUB_OUTPUT - # python .github/scripts/generate_release_notes.py' - # echo "EOF" >> $GITHUB_OUTPUT - - name: Create the new tag run: | git config user.name github-actions