mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-09 17:25:38 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ce6022761 | ||
|
|
235a0c5aea | ||
|
|
9b81fa6ebb | ||
|
|
8792d5ab0e | ||
|
|
d46ed0c078 |
5
.github/workflows/docker-arm.yml
vendored
5
.github/workflows/docker-arm.yml
vendored
@@ -43,6 +43,11 @@ jobs:
|
||||
platform=${{ matrix.platform }}
|
||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||
|
||||
- name: ⬇️ Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get Release Tag
|
||||
id: get-latest-tag
|
||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||
|
||||
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -43,6 +43,11 @@ jobs:
|
||||
platform=${{ matrix.platform }}
|
||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||
|
||||
- name: ⬇️ Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get Release Tag
|
||||
id: get-latest-tag
|
||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
@@ -2,6 +2,21 @@
|
||||
|
||||
<!-- changelog -->
|
||||
|
||||
## [v1.75.18](https://github.com/wanderer-industries/wanderer/compare/v1.75.17...v1.75.18) (2025-08-11)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.75.17](https://github.com/wanderer-industries/wanderer/compare/v1.75.16...v1.75.17) (2025-08-11)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.75.16](https://github.com/wanderer-industries/wanderer/compare/v1.75.15...v1.75.16) (2025-08-11)
|
||||
|
||||
|
||||
|
||||
|
||||
## [v1.75.15](https://github.com/wanderer-industries/wanderer/compare/v1.75.14...v1.75.15) (2025-08-11)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user