File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212# Only needs to clone the repository
1313permissions :
1414 contents : write
15+ id-token : write
1516# Safer shell
1617defaults :
1718 run :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
1212and 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
Original file line number Diff line number Diff line change 2424fi
2525
2626if [[ -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 " )
2828else
29- changelog=$( git cliff --strip all --unreleased -- tag=" $TAG " )
29+ changelog=$( git cliff --strip all --tag=" $TAG " )
3030fi
3131
3232notes=" ### CHANGELOG
You can’t perform that action at this time.
0 commit comments