mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 22:38:10 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9d01b5ebb | ||
|
|
2c7f4753a2 | ||
|
|
9b261b9adf | ||
|
|
a23b6d518f |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -52,6 +52,6 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Update Release Description
|
||||
run: go run ./cmd/generate_changelog --release ${{ github.ref_name }}
|
||||
run: go run ./cmd/generate_changelog --release ${{ github.event.client_payload.tag || github.ref_name }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.305 (2025-08-31)
|
||||
|
||||
### PR [#1741](https://github.com/danielmiessler/Fabric/pull/1741) by [ksylvan](https://github.com/ksylvan): CI: Fix Release Description Update
|
||||
|
||||
- Fix: update release workflow to support manual dispatch with custom tag
|
||||
- Support custom tag from client payload in workflow
|
||||
- Fallback to github.ref_name when no custom tag provided
|
||||
- Enable manual release triggers with specified tag parameter
|
||||
|
||||
## v1.4.304 (2025-08-31)
|
||||
|
||||
### PR [#1740](https://github.com/danielmiessler/Fabric/pull/1740) by [ksylvan](https://github.com/ksylvan): Restore our custom Changelog Updates in GitHub Actions
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.304"
|
||||
var version = "v1.4.305"
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
"1.4.304"
|
||||
"1.4.305"
|
||||
|
||||
Reference in New Issue
Block a user