Skip to content

Commit

Permalink
build: TOOLS-2396 draft release notes automatically (#87)
Browse files Browse the repository at this point in the history
* build: draft release notes automatically

* build: delete unused actions
  • Loading branch information
dwelch-spike authored Feb 27, 2023
1 parent 45bdcc7 commit 762ff98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 67 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/benchmark-artifact-linux.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "Draft Release"

on:
push:
tags:
- "*"

jobs:
draft-release-notes:
runs-on: ubuntu-latest
name: Draft Release
steps:
- uses: actions/checkout@v3
- name: Upload Artifacts to Release Draft
uses: "softprops/action-gh-release@v1"
with:
draft: true
generate_release_notes: true

0 comments on commit 762ff98

Please sign in to comment.