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