Update workflow and support guide.

This commit is contained in:
James Cole 2024-01-29 06:24:24 +01:00
parent ac5973833e
commit 11cfefd908
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 4 additions and 8 deletions

View File

@ -8,7 +8,7 @@ on:
required: true
default: 'develop'
schedule:
- cron: '30 2 * * *'
- cron: '15 0 * * *'
jobs:
build:
@ -116,6 +116,7 @@ jobs:
.ci/phpcs.sh
- name: Release
run: |
sudo timedatectl set-timezone Europe/Amsterdam
git config user.name github-actions
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git config advice.addIgnoredFile false
@ -136,17 +137,11 @@ jobs:
else
echo "Create default release."
git tag -a $version -m "Here be changelog"
echo "7"
git push origin $version
echo "8"
gh release create $version --notes-from-tag -t "$version" --verify-tag
echo "9"
git checkout develop
echo "10"
git merge main
echo "11"
git push
echo "12"
fi
env:
GH_TOKEN: ${{ github.token }}

View File

@ -16,7 +16,8 @@ The different alpha and beta builds will be compiled from their corresponding ta
### Minor Release Support Matrix
| Version | Supported |
|----------------------------------|--------------------|
| Firefly III v6.0.x | :white_check_mark: |
| Firefly III v6.1.x | :white_check_mark: |
| Firefly III v6.0.x | :x: |
| Firefly III v5.8.x | :x: |
| Firefly III v5.7.x | :x: |
| Firefly III v5.6.x | :x: |