Skip to content

Commit 1de9b68

Browse files
committed
Many small updates to dependencies.
1 parent 08047f0 commit 1de9b68

File tree

6 files changed

+27688
-7977
lines changed

6 files changed

+27688
-7977
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
# Sequence of patterns matched against refs/tags
55
tags:
6-
- 'v*' # Push events to matching v*, i.e. v1.0, v4.1.0
6+
- 'v*' # Push events to matching v*, i.e. v1.0, v4.2.0
77

88
jobs:
99
release:
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
- name: Generate changelog
1616
id: changelog
17-
uses: metcalfc/changelog-generator@v4.1.0
17+
uses: metcalfc/changelog-generator@v4.2.0
1818
with:
1919
myToken: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Create Release

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Action returns a markdown formatted changelog between two git references. T
44

55
I just wanted a simple way to populate the body of a GitHub Release.
66

7-
<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>
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>
88

99
## Inputs
1010

@@ -47,7 +47,7 @@ First you will need to generate the changelog itself. To get the changelog betwe
4747
```yaml
4848
- name: Generate changelog
4949
id: changelog
50-
uses: metcalfc/changelog-generator@v4.1.0
50+
uses: metcalfc/changelog-generator@v4.2.0
5151
with:
5252
myToken: ${{ secrets.GITHUB_TOKEN }}
5353
```
@@ -57,7 +57,7 @@ Or, if you have two specific references you want:
5757
```yaml
5858
- name: Generate changelog
5959
id: changelog
60-
uses: metcalfc/changelog-generator@v4.1.0
60+
uses: metcalfc/changelog-generator@v4.2.0
6161
with:
6262
myToken: ${{ secrets.GITHUB_TOKEN }}
6363
head-ref: 'v0.0.2'
@@ -75,11 +75,11 @@ If you want to point to a branch containing forward slashes (https://github.com/
7575

7676
- name: Generate changelog
7777
id: changelog
78-
uses: metcalfc/changelog-generator@v4.1.0 #TODO: bump this after release
78+
uses: metcalfc/changelog-generator@v4.2.0 #TODO: bump this after release
7979
with:
8080
myToken: ${{ secrets.GITHUB_TOKEN }}
8181
head-ref: 'origin/my/branch/with/slashes' #add 'origin/` in front of your branch name
82-
base-ref: 'v4.1.0'
82+
base-ref: 'v4.2.0'
8383
fetch: false
8484
```
8585

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| v4.1.0 | :white_check_mark: |
8-
| < v4.1.0 | :x: |
7+
| v4.2.0 | :white_check_mark: |
8+
| < v4.2.0 | :x: |
99

1010
## Reporting a Vulnerability
1111

0 commit comments

Comments
 (0)