Skip to content

Commit

Permalink
Update workflow and support guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Jan 29, 2024
1 parent ac59738 commit 11cfefd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
default: 'develop'
schedule:
- cron: '30 2 * * *'
- cron: '15 0 * * *'

jobs:
build:
Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 11cfefd

Please sign in to comment.