Skip to content

Commit

Permalink
Shift development to branch, restore autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Aug 27, 2023
1 parent f810b38 commit df73327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
# https://crontab.guru/
schedule:
- cron: '0 4 * * 2'
# - cron: '0 4 * * 2'
- cron: '0 4 10 * *'
workflow_dispatch:

defaults:
Expand Down
4 changes: 4 additions & 0 deletions docs/devel/changelog_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
<!-- List character: dash (-) -->

# Changelog for next release
- Reset main branch to stable and shifted v5 development to a branch, so that pdfium updates (and possibly bug fixes) can still be handled.
v5 development is delayed and unexpectedly tough, so this seemed necessary.
The automated schedule has been slowed down from weekly to monthly for the time being.
Further manual releases may be triggered as necessary.

0 comments on commit df73327

Please sign in to comment.