Skip to content

Commit

Permalink
Script to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ypo committed Mar 18, 2024
1 parent 561d358 commit 3f0ec8f
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release

on: workflow_dispatch
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

env:
CARGO_TERM_COLOR: always
Expand All @@ -20,7 +24,5 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
draft: false
prerelease: false
Loading

0 comments on commit 3f0ec8f

Please sign in to comment.