Skip to content

Commit ed2f4e7

Browse files
committed
ci: set permissions
Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
1 parent 1035250 commit ed2f4e7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
# Only needs to clone the repository
1313
permissions:
1414
contents: write
15+
id-token: write
1516
# Safer shell
1617
defaults:
1718
run:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14-
## [Unreleased]
14+
## [0.10.0] - 2025-10-17
1515

1616
### Added
1717

scripts/github-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ else
2424
fi
2525

2626
if [[ -n ${GITHUB_REPO:-} ]]; then
27-
changelog=$(git cliff --strip all --unreleased --tag="$TAG" --github-repo="$GITHUB_REPO")
27+
changelog=$(git cliff --strip all --tag="$TAG" --github-repo="$GITHUB_REPO")
2828
else
29-
changelog=$(git cliff --strip all --unreleased --tag="$TAG")
29+
changelog=$(git cliff --strip all --tag="$TAG")
3030
fi
3131

3232
notes="### CHANGELOG

0 commit comments

Comments
 (0)