removed changelog generation during code freeze step

This commit is contained in:
Naman Malhotra 2024-09-06 00:43:49 +05:30
parent 3b034e1094
commit 29e733092f
1 changed files with 0 additions and 8 deletions

View File

@ -116,14 +116,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm utils code-freeze version-bump ${{ steps.get-versions.outputs.monthlyMilestone }}-dev -o ${{ github.repository_owner }} run: pnpm utils code-freeze version-bump ${{ steps.get-versions.outputs.monthlyMilestone }}-dev -o ${{ github.repository_owner }}
- name: Generate changelog changes
id: changelog
if: steps.get-versions.outputs.isTodayMonthlyFreeze == 'yes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm utils code-freeze changelog -c -o ${{ github.repository_owner }} -v ${{ steps.get-versions.outputs.monthlyVersionXY }}
notify-slack: notify-slack:
name: 'Sends code freeze notification to Slack' name: 'Sends code freeze notification to Slack'
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04