Skip to content

Commit 7613b90

Browse files
authored
Releasing 4.5.0 for GH action security fixes.
1 parent 011cb56 commit 7613b90

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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.4.0
6+
- 'v*' # Push events to matching v*, i.e. v1.0, v4.5.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.4.0
17+
uses: metcalfc/changelog-generator@v4.5.0
1818
with:
1919
myToken: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Create Release

README.md

Lines changed: 5 additions & 5 deletions
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.4.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.5.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.4.0
50+
uses: metcalfc/changelog-generator@v4.5.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.4.0
60+
uses: metcalfc/changelog-generator@v4.5.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.4.0 #TODO: bump this after release
78+
uses: metcalfc/changelog-generator@v4.5.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.4.0'
82+
base-ref: 'v4.5.0'
8383
fetch: false
8484
```
8585

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

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

1010
## Reporting a Vulnerability
1111

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changelog-generator",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "A GitHub Action that compares the commit differences between two branches",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy