Skip to content

Commit 2442ed0

Browse files
committed
Update file
1 parent 354867f commit 2442ed0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
# Name of the workflow
12
name: Generate Release Notes
23

4+
# Run on every commit tag which begins with 'v' (e.g. v1.2.0)
35
on:
46
push:
57
tags:
6-
- 'v*.*.*' # example: v1.0.0, v1.1.0
8+
- 'v*.*.*'
9+
10+
# Automatically create a Github Release, with release details specifies (the relevent commits)
711

812
jobs:
913
release:

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gg

0 commit comments

Comments
 (0)