Compare commits

..

12 Commits

Author SHA1 Message Date
CI
bfb504e5db chore: release version v1.13.5 2024-10-28 14:31:58 +00:00
Dmitry Popov
9975deacfb Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-10-28 15:31:28 +01:00
Dmitry Popov
f77f071003 chore: release version v1.12.11 2024-10-28 15:31:25 +01:00
CI
4a8d55e83d chore: release version v1.13.4 2024-10-28 13:10:01 +00:00
Dmitry Popov
9a99f40e2a Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-10-28 14:09:34 +01:00
Dmitry Popov
428fa8035c chore: release version v1.12.11 2024-10-28 14:09:31 +01:00
CI
745f3dee17 chore: release version v1.13.3 2024-10-28 10:59:00 +00:00
Dmitry Popov
9907cc1875 Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-10-28 11:58:33 +01:00
Dmitry Popov
130cd780a2 chore: release version v1.12.11 2024-10-28 11:58:30 +01:00
CI
a808e5d1a5 chore: release version v1.13.2 2024-10-28 10:52:13 +00:00
Dmitry Popov
b926117e26 Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-10-28 11:51:45 +01:00
Dmitry Popov
fdf238accf chore: release version v1.12.11 2024-10-28 11:51:42 +01:00
3 changed files with 29 additions and 8 deletions

View File

@@ -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 CHANGELOG.md)"
- name: Get Release Tag
id: get-latest-tag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
@@ -193,6 +189,13 @@ jobs:
- name: Image digest
run: echo ${{ steps.build.outputs.digest }}
- name: Extract release notes
id: extract-release-notes
uses: sean0x42/markdown-extract@v4
with:
file: CHANGELOG.md
pattern: ${{ steps.get-latest-tag.outputs.tag }}
- name: Get content
uses: 2428392/gh-truncate-string-action@v1.3.0
id: get-content
@@ -202,9 +205,7 @@ jobs:
**Version**: ${{ steps.get-latest-tag.outputs.tag }}
**Changes**:
${{ steps.changelog-content.outputs.CHANGELOG_CONTENT }}
${{ steps.extract-release-notes.outputs.markdown }}
maxLength: 2000
truncationSymbol: "..."

View File

@@ -2,6 +2,26 @@
<!-- changelog -->
## [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)

View File

@@ -2,7 +2,7 @@ defmodule WandererApp.MixProject do
use Mix.Project
@source_url "https://github.com/wanderer-industries/wanderer"
@version "1.13.1"
@version "1.13.5"
def project do
[