mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-04 23:05:35 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a808e5d1a5 | ||
|
|
b926117e26 | ||
|
|
fdf238accf |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -150,7 +150,7 @@ jobs:
|
||||
|
||||
- name: Assign Changelog to step variable
|
||||
id: changelog-content
|
||||
run: echo "::set-output name=CHANGELOG_CONTENT::$(cat CHANGELOG.md)"
|
||||
run: echo "content=$(cat CHANGELOG.md)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Get Release Tag
|
||||
id: get-latest-tag
|
||||
@@ -202,9 +202,7 @@ jobs:
|
||||
|
||||
**Version**: ${{ steps.get-latest-tag.outputs.tag }}
|
||||
|
||||
**Changes**:
|
||||
|
||||
${{ steps.changelog-content.outputs.CHANGELOG_CONTENT }}
|
||||
${{ steps.changelog-content.outputs.content }}
|
||||
maxLength: 2000
|
||||
truncationSymbol: "..."
|
||||
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
<!-- changelog -->
|
||||
|
||||
## [v1.13.2](https://github.com/wanderer-industries/wanderer/compare/v1.13.1...v1.13.2) (2024-10-28)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.13.1](https://github.com/wanderer-industries/wanderer/compare/v1.13.0...v1.13.1) (2024-10-28)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user