Compare commits

...

3 Commits

Author SHA1 Message Date
CI
729a5ad1a9 chore: release version v1.13.6 2024-10-28 15:44:15 +00:00
Dmitry Popov
8febc2476b Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-10-28 16:43:45 +01:00
Dmitry Popov
84b1317927 chore: release version v1.12.11 2024-10-28 16:43:42 +01:00
3 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

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