Skip to content

Commit

Permalink
Mark release as draft initially (#4105)
Browse files Browse the repository at this point in the history
* Mark release as draft initially

* Add release notes
  • Loading branch information
jfdoming authored Jan 7, 2025
1 parent a5d591f commit c956f80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/electron-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Add to Release
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
packages/desktop-electron/dist/*.dmg
packages/desktop-electron/dist/*.exe
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/4105.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [jfdoming]
---

Mark releases as draft by default

0 comments on commit c956f80

Please sign in to comment.