diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3920217c3c..bfeb069de1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/releases.md b/releases.md index 4bd00e8087..4dc698ef1b 100644 --- a/releases.md +++ b/releases.md @@ -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: |