We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11df575 + 66868c4 commit 57a1ad7Copy full SHA for 57a1ad7
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
permissions:
17
id-token: write
18
attestations: write
19
- contents: read
+ contents: write
20
steps:
21
- uses: actions/checkout@v6
22
- name: Setup .NET Core
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [7.0.5] - 2025-12-06
4
+
5
+### Fixed
6
7
+- Fixed automated GitHub releases. [#3205](https://github.com/fsprojects/fantomas/pull/3205)
8
9
## [7.0.4] - 2025-12-05
10
11
### Changed
0 commit comments