mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Update workflow and support guide.
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: 'develop'
|
default: 'develop'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 2 * * *'
|
- cron: '15 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -116,6 +116,7 @@ jobs:
|
|||||||
.ci/phpcs.sh
|
.ci/phpcs.sh
|
||||||
- name: Release
|
- name: Release
|
||||||
run: |
|
run: |
|
||||||
|
sudo timedatectl set-timezone Europe/Amsterdam
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
git config advice.addIgnoredFile false
|
git config advice.addIgnoredFile false
|
||||||
@@ -136,17 +137,11 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "Create default release."
|
echo "Create default release."
|
||||||
git tag -a $version -m "Here be changelog"
|
git tag -a $version -m "Here be changelog"
|
||||||
echo "7"
|
|
||||||
git push origin $version
|
git push origin $version
|
||||||
echo "8"
|
|
||||||
gh release create $version --notes-from-tag -t "$version" --verify-tag
|
gh release create $version --notes-from-tag -t "$version" --verify-tag
|
||||||
echo "9"
|
|
||||||
git checkout develop
|
git checkout develop
|
||||||
echo "10"
|
|
||||||
git merge main
|
git merge main
|
||||||
echo "11"
|
|
||||||
git push
|
git push
|
||||||
echo "12"
|
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
@@ -16,7 +16,8 @@ The different alpha and beta builds will be compiled from their corresponding ta
|
|||||||
### Minor Release Support Matrix
|
### Minor Release Support Matrix
|
||||||
| Version | Supported |
|
| 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.8.x | :x: |
|
||||||
| Firefly III v5.7.x | :x: |
|
| Firefly III v5.7.x | :x: |
|
||||||
| Firefly III v5.6.x | :x: |
|
| Firefly III v5.6.x | :x: |
|
||||||
|
Reference in New Issue
Block a user