mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-04 14:55:34 +00:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
729a5ad1a9 | ||
|
|
8febc2476b | ||
|
|
84b1317927 | ||
|
|
bfb504e5db | ||
|
|
9975deacfb | ||
|
|
f77f071003 | ||
|
|
4a8d55e83d | ||
|
|
9a99f40e2a | ||
|
|
428fa8035c | ||
|
|
745f3dee17 | ||
|
|
9907cc1875 | ||
|
|
130cd780a2 | ||
|
|
a808e5d1a5 | ||
|
|
b926117e26 | ||
|
|
fdf238accf | ||
|
|
4e1c27e8a3 | ||
|
|
a3e51a0ac5 | ||
|
|
d27bb0d54f |
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -148,10 +148,6 @@ jobs:
|
||||
yes | cp -rf CHANGELOG.md priv/changelog/CHANGELOG.md
|
||||
sed -i '1i%{title: "Change Log"}\n\n---\n' priv/changelog/CHANGELOG.md
|
||||
|
||||
- name: Assign Changelog to step variable
|
||||
id: changelog-content
|
||||
run: echo "::set-output name=CHANGELOG_CONTENT::$(cat priv/changelog/CHANGELOG.md)"
|
||||
|
||||
- name: Get Release Tag
|
||||
id: get-latest-tag
|
||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||
@@ -193,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
|
||||
@@ -202,9 +207,7 @@ jobs:
|
||||
|
||||
**Version**: ${{ steps.get-latest-tag.outputs.tag }}
|
||||
|
||||
**Changes**:
|
||||
|
||||
${{ steps.changelog-content.outputs.CHANGELOG_CONTENT }}
|
||||
${{ steps.extract-changelog.output.output-text }}
|
||||
maxLength: 2000
|
||||
truncationSymbol: "..."
|
||||
|
||||
|
||||
30
CHANGELOG.md
30
CHANGELOG.md
@@ -2,6 +2,36 @@
|
||||
|
||||
<!-- 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)
|
||||
|
||||
|
||||
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.13.0](https://github.com/wanderer-industries/wanderer/compare/v1.12.11...v1.13.0) (2024-10-28)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user