Skip to content

Commit

Permalink
ci: use rolling release (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Dec 4, 2023
1 parent 1f5423a commit db2d34f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ jobs:
with:
allowUpdates: true
artifacts: "*artifacts/*"
body: ${{ needs.setup_release.outputs.release_body }}
body: ''
discussionCategory: announcements
generateReleaseNotes: ${{ needs.setup_release.outputs.release_generate_release_notes }}
generateReleaseNotes: true
name: ${{ needs.setup_release.outputs.release_tag }}
prerelease: ${{ needs.setup_release.outputs.publish_pre_release }}
tag: ${{ needs.setup_release.outputs.release_tag }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
with:
allowUpdates: true
artifacts: ""
body: ${{ steps.setup_release.outputs.release_body }}
body: ''
discussionCategory: announcements
generateReleaseNotes: ${{ steps.setup_release.outputs.release_generate_release_notes }}
generateReleaseNotes: true
name: ${{ steps.setup_release.outputs.release_tag }}
prerelease: ${{ steps.setup_release.outputs.publish_pre_release }}
tag: ${{ steps.setup_release.outputs.release_tag }}
Expand Down
103 changes: 0 additions & 103 deletions CHANGELOG.md

This file was deleted.

0 comments on commit db2d34f

Please sign in to comment.