Skip to content

Commit 76c2156

Browse files
authored
Merge pull request #726 from jmrenouard/master
Auto publishing on tags
2 parents 960dd9e + e9cae04 commit 76c2156

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish_release.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- 'v2.2.9' # Push events to matching v*, i.e. v1.0, v20.15.10
5+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
66

77
name: Create Release
88

@@ -22,9 +22,8 @@ jobs:
2222
tag_name: ${{ github.ref }}
2323
release_name: Release ${{ github.ref }}
2424
body: |
25-
Changes in this Release
26-
- First Change
27-
- Second Change
25+
Changes in this Release:
26+
Please consult commit log and issue tracker on Github for more information.
2827
draft: true
2928
prerelease: false
3029
- name: Upload release asset

0 commit comments

Comments
 (0)