mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-03 14:32:36 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
729a5ad1a9 | ||
|
|
8febc2476b | ||
|
|
84b1317927 |
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -189,12 +189,14 @@ jobs:
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.build.outputs.digest }}
|
||||
|
||||
- name: Extract release notes
|
||||
id: extract-release-notes
|
||||
uses: sean0x42/markdown-extract@v4
|
||||
- id: extract-changelog
|
||||
uses: dahlia/submark@0.3.1
|
||||
with:
|
||||
file: CHANGELOG.md
|
||||
pattern: ${{ steps.get-latest-tag.outputs.tag }}
|
||||
input-file: CHANGELOG.md
|
||||
heading-level: 2
|
||||
heading-title-text: ${{ steps.get-latest-tag.outputs.tag }}
|
||||
ignore-case: true
|
||||
omit-heading: true
|
||||
|
||||
- name: Get content
|
||||
uses: 2428392/gh-truncate-string-action@v1.3.0
|
||||
@@ -205,7 +207,7 @@ jobs:
|
||||
|
||||
**Version**: ${{ steps.get-latest-tag.outputs.tag }}
|
||||
|
||||
${{ steps.extract-release-notes.outputs.markdown }}
|
||||
${{ steps.extract-changelog.output.output-text }}
|
||||
maxLength: 2000
|
||||
truncationSymbol: "..."
|
||||
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
<!-- changelog -->
|
||||
|
||||
## [v1.13.6](https://github.com/wanderer-industries/wanderer/compare/v1.13.5...v1.13.6) (2024-10-28)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.13.5](https://github.com/wanderer-industries/wanderer/compare/v1.13.4...v1.13.5) (2024-10-28)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user