mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-04 06:45:51 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
729a5ad1a9 | ||
|
|
8febc2476b | ||
|
|
84b1317927 | ||
|
|
bfb504e5db | ||
|
|
9975deacfb | ||
|
|
f77f071003 | ||
|
|
4a8d55e83d | ||
|
|
9a99f40e2a | ||
|
|
428fa8035c |
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -189,6 +189,15 @@ jobs:
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.build.outputs.digest }}
|
||||
|
||||
- id: extract-changelog
|
||||
uses: dahlia/submark@0.3.1
|
||||
with:
|
||||
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
|
||||
id: get-content
|
||||
@@ -198,7 +207,7 @@ jobs:
|
||||
|
||||
**Version**: ${{ steps.get-latest-tag.outputs.tag }}
|
||||
|
||||
$(cat CHANGELOG.md)
|
||||
${{ steps.extract-changelog.output.output-text }}
|
||||
maxLength: 2000
|
||||
truncationSymbol: "..."
|
||||
|
||||
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
@@ -2,6 +2,21 @@
|
||||
|
||||
<!-- 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)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.13.4](https://github.com/wanderer-industries/wanderer/compare/v1.13.3...v1.13.4) (2024-10-28)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.13.3](https://github.com/wanderer-industries/wanderer/compare/v1.13.2...v1.13.3) (2024-10-28)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user