We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354867f commit 2442ed0Copy full SHA for 2442ed0
2 files changed
.github/release.yml
@@ -1,9 +1,13 @@
1
+# Name of the workflow
2
name: Generate Release Notes
3
4
+# Run on every commit tag which begins with 'v' (e.g. v1.2.0)
5
on:
6
push:
7
tags:
- - 'v*.*.*' # example: v1.0.0, v1.1.0
8
+ - 'v*.*.*'
9
+
10
+# Automatically create a Github Release, with release details specifies (the relevent commits)
11
12
jobs:
13
release:
index.js
@@ -0,0 +1 @@
+gg
0 commit comments