Skip to content

Commit

Permalink
remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix committed Jun 6, 2024
1 parent 8d3039b commit c400b34
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Create PR on Release

env:
BRANCH_NAME: "task/update-docs-${{ github.run_id }}"
BRANCH_NAME: "docs/update-docs-${{ github.run_id }}"

on:
push:
Expand Down Expand Up @@ -35,12 +35,6 @@ jobs:

- name: Run Quix CLI to generate docs
run: quix docs ${{ github.workspace }}/docs/reference

- name: Update CHANGELOG.md
run: |
echo "## $(date +"%Y-%m-%d") - $GITHUB_REF_NAME" >> CHANGELOG.md
echo "Release notes for $GITHUB_REF_NAME" >> CHANGELOG.md
echo "Updated CHANGELOG.md with new release $GITHUB_REF_NAME"

# - name: Commit changes
# run: |
Expand Down

0 comments on commit c400b34

Please sign in to comment.