Skip to content

Commit ae8fea9

Browse files
committed
chore(actions): cleanup
1 parent 04aa2ff commit ae8fea9

File tree

5 files changed

+3
-102
lines changed

5 files changed

+3
-102
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
git config user.name "NyuwBot"
163163
git config user.email "nyuw@aitsys.dev"
164164
DATE=$(date +'%Y-%m-%d')
165-
python scripts/update_changelog.py \
165+
python scripts/release_changelog.py \
166166
--path CHANGELOG.md \
167167
--version "$VERSION" \
168168
--previous-tag "$PREVIOUS_TAG" \
@@ -260,7 +260,7 @@ jobs:
260260
env:
261261
READTHEDOCS_TOKEN: ${{ secrets.READTHEDOCS_TOKEN }}
262262
run: |
263-
python3 scripts/manage_rtd_version.py \
263+
python3 scripts/release_rtd_versions.py \
264264
--project pycord \
265265
--version "${{ needs.pre_config.outputs.version }}" \
266266
--sync
@@ -283,7 +283,7 @@ jobs:
283283
PREVIOUS_FINAL_TAG: ${{ needs.pre_config.outputs.previous_final_tag }}
284284
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
285285
REPOSITORY: ${{ github.repository }}
286-
run: python scripts/notify_discord.py
286+
run: python scripts/discord_release_notification.py
287287

288288
determine_milestone_id:
289289
runs-on: ubuntu-latest

scripts/trigger_rtd_localizations.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)