Skip to content

Commit 8b2dc0f

Browse files
committed
Prepare next release
1 parent 1357016 commit 8b2dc0f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
deploy-bom:
1013
runs-on: ubuntu-latest
@@ -76,8 +79,6 @@ jobs:
7679
path: ./CHANGELOG.md
7780
version: ${{ steps.get-version.outputs.version-without-v }}
7881
- uses: softprops/action-gh-release@v2
79-
env:
80-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8182
with:
8283
tag_name: ${{ steps.get-version.outputs.version }}
8384
name: HAL Foundation ${{ steps.get-version.outputs.version-without-v }}
@@ -169,7 +170,5 @@ jobs:
169170
fi
170171
shell: bash
171172
- uses: softprops/action-gh-release@v2
172-
env:
173-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
174173
with:
175174
files: hal-op-${{ steps.get-version.outputs.version-without-v }}-*

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
## [0.0.2] - 2025-11-08
11-
1210
Test release w/o major changes.
1311

1412
## [0.0.1] - 2025-11-08
@@ -46,6 +44,5 @@ Initial release.
4644
4745
- for dependency upgrades
4846
-->
49-
[Unreleased]: https://github.com/hal/foundation/compare/v0.0.2...HEAD
50-
[0.0.2]: https://github.com/hal/foundation/compare/v0.0.1...v0.0.2
47+
[Unreleased]: https://github.com/hal/foundation/compare/v0.0.1...HEAD
5148
[0.0.1]: https://github.com/hal/foundation/compare/vTemplate...v0.0.1

0 commit comments

Comments
 (0)