@@ -6,7 +6,7 @@ This Action returns a markdown formatted changelog between two git references. T
6
6
7
7
I just wanted a simple way to populate the body of a GitHub Release.
8
8
9
- <a href =" https://github.com/metcalfc/changelog-generator/releases/tag/v4.0.1 " ><img alt =" Example Release Notes " src =" ./release-notes.png " width =" 400 " ></a >
9
+ <a href =" https://github.com/metcalfc/changelog-generator/releases/tag/v4.1.0 " ><img alt =" Example Release Notes " src =" ./release-notes.png " width =" 400 " ></a >
10
10
11
11
## Inputs
12
12
@@ -49,7 +49,7 @@ First you will need to generate the changelog itself. To get the changelog betwe
49
49
``` yaml
50
50
- name : Generate changelog
51
51
id : changelog
52
- uses : metcalfc/changelog-generator@v4.0.1
52
+ uses : metcalfc/changelog-generator@v4.1.0
53
53
with :
54
54
myToken : ${{ secrets.GITHUB_TOKEN }}
55
55
` ` `
@@ -59,7 +59,7 @@ Or, if you have two specific references you want:
59
59
` ` ` yaml
60
60
- name : Generate changelog
61
61
id : changelog
62
- uses : metcalfc/changelog-generator@v4.0.1
62
+ uses : metcalfc/changelog-generator@v4.1.0
63
63
with :
64
64
myToken : ${{ secrets.GITHUB_TOKEN }}
65
65
head-ref : ' v0.0.2'
@@ -77,11 +77,11 @@ If you want to point to a branch containing forward slashes (https://github.com/
77
77
78
78
- name : Generate changelog
79
79
id : changelog
80
- uses : metcalfc/changelog-generator@v4.0.1 # TODO: bump this after release
80
+ uses : metcalfc/changelog-generator@v4.1.0 # TODO: bump this after release
81
81
with :
82
82
myToken : ${{ secrets.GITHUB_TOKEN }}
83
83
head-ref : ' origin/my/branch/with/slashes' # add 'origin/` in front of your branch name
84
- base-ref : ' v1.0 .0'
84
+ base-ref : ' v4.1 .0'
85
85
fetch : false
86
86
` ` `
87
87
0 commit comments