Compare commits

...

3 Commits

Author SHA1 Message Date
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 8 additions and 5 deletions

View File

@@ -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: "..."

View File

@@ -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)

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.2"
def project do
[