We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 960dd9e + e9cae04 commit 76c2156Copy full SHA for 76c2156
.github/workflows/publish_release.yml
@@ -2,7 +2,7 @@ on:
2
push:
3
# Sequence of patterns matched against refs/tags
4
tags:
5
- - 'v2.2.9' # Push events to matching v*, i.e. v1.0, v20.15.10
+ - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
6
7
name: Create Release
8
@@ -22,9 +22,8 @@ jobs:
22
tag_name: ${{ github.ref }}
23
release_name: Release ${{ github.ref }}
24
body: |
25
- Changes in this Release
26
- - First Change
27
- - Second Change
+ Changes in this Release:
+ Please consult commit log and issue tracker on Github for more information.
28
draft: true
29
prerelease: false
30
- name: Upload release asset
0 commit comments