Skip to content

Commit

Permalink
ci: use rolling release (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Dec 4, 2023
1 parent d881b1c commit d92aaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
with:
allowUpdates: false
artifacts: "${{ github.workspace }}/dist/gsms.exe"
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
39 changes: 0 additions & 39 deletions CHANGELOG.md

This file was deleted.

0 comments on commit d92aaed

Please sign in to comment.