Skip to content

chore(release): sync beta back into development - #735

Closed
github-actions[bot] wants to merge 11 commits into
developmentfrom
sync/beta-to-development-0.2.4-beta.20260830165815
Closed

chore(release): sync beta back into development#735
github-actions[bot] wants to merge 11 commits into
developmentfrom
sync/beta-to-development-0.2.4-beta.20260830165815

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Opened by the release workflow after publishing 0.2.4-beta.20260830165815 from beta.

A release commits a version bump onto the branch it ran from. Without carrying
that back, development falls behind beta, and since both branches then
changed the version file independently, the next development -> beta
promotion conflicts on it — every time.

Version files are resolved to development's side, the higher line, so this
cannot move a version backwards. Any other conflict stops the workflow instead
of being resolved automatically.

Merge this, do not squash. A squash copies the files and discards the
relationship: the merge base would not move and the next promotion would
conflict exactly as before. A 0-file diff here is normal and is not a no-op —
recording the ancestry is the whole point.

dependabot Bot and others added 11 commits May 20, 2026 11:26
Bumps the npm_and_yarn group with 1 update in the / directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server).


Updates `webpack-dev-server` from 5.2.3 to 5.2.4
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.3...v5.2.4)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
…chema customisations

The repair step's loadConfiguration(force:true) caused seed data to be
re-imported on every Nextcloud upgrade, silently overwriting operator-
customised schema fields, properties, and permissions.

force:true is intentional only on SettingsController::load() (manual
admin reset). The repair step should seed only when not yet imported.

Source: nextcloud-app-template C1 propagation sweep 2026-05-27
….3 to 5.2.4 in the npm_and_yarn group across 1 directory' (#1) from dependabot/npm_and_yarn/npm_and_yarn-b3b66759cf into main

automerge: scholiq#1
- Add missing @nextcloud/webpack-vue-config peer deps (node-polyfill-webpack-plugin, babel-loader, @babel/core, @babel/preset-env, sass, sass-loader, ts-loader, webpack-dev-server) so the production webpack build runs under --legacy-peer-deps.
- Add linkifyjs explicitly (peer of @nextcloud/vue's linkify-string, skipped by --legacy-peer-deps).
- Regenerate package-lock.json over existing pins.
- Fix reusable release workflow refs: ConductionNL -> Conduction org (renamed on Codeberg); the wrong org meant the Stable Release workflow never resolved, so no release-stable run was ever produced on main.
Inhoud exact Codeberg-main (tree ongewijzigd); banner-commit alleen als
ancestor zodat de push fast-forward is. Migratie 16-07.
…uction' 404s) (#248)

* ci: point the release workflows at ConductionNL/.github (the org 'Conduction' does not exist)

`main` calls its two release reusable workflows from `Conduction/.github`.
That GitHub org returns 404 — the rename went to `ConductionNL` — so Actions
cannot resolve the ref and both *Beta Release* and *Stable Release* produce ZERO
jobs and fail instantly on every push to `beta`/`main`.

The tell is visible in `gh run list --json name`: an unresolved run reports the
raw workflow PATH (`.github/workflows/release-stable.yml`) instead of the
workflow's `name:` (`Stable Release`).

Verified the targets exist upstream:
  gh api repos/ConductionNL/.github/contents/.github/workflows/release-beta.yml?ref=main
  gh api repos/ConductionNL/.github/contents/.github/workflows/release-stable.yml?ref=main

`development` already carries the correct org on both files, so this only
affects `main`. `.forgejo/workflows/` is deliberately untouched — on Codeberg
the org really is `Conduction`.

Delivered on a hotfix/* branch because the shared check-branch gate only accepts
`beta -> main` or `hotfix/* -> main`.

* ci: regenerate docs/features.json from openspec/specs/ [skip ci]

---------

Co-authored-by: Conduction Release Bot <release-bot@conduction.nl>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Release: merge development into beta
main held 8 commit(s) beta did not. Merged with -s ours: beta's
tree is kept BYTE FOR BYTE and only the ancestry is recorded, so the
beta -> main promotion stops conflicting on files where beta is simply
newer.

Not brought over -- beta is hundreds of commits ahead of main, so these
are the OLDER copies, and several are dead Forgejo/Codeberg CI that
development deliberately removed:

  appinfo/info.xml docs/features.json lib/Repair/InitializeSettings.php package-lock.json package.json
The 0.2.4-beta.20260830165815 release bumped the version on beta. Without this,
development stays behind beta and the next development -> beta promotion
conflicts on the version file.

Version files resolve to development's side, which is the higher line,
so this never moves a version backwards.
@github-actions
github-actions Bot enabled auto-merge August 30, 2026 17:00
@rubenvdlinde

Copy link
Copy Markdown
Contributor

Superseded. fleet-back-merge.yml could not merge these while it waited for green on branches red for unrelated reasons, so one accumulated per run (107 open across the fleet). ConductionNL/.github#648 removed that wait, and the sweep that followed carried and merged the same ancestry immediately. This pull request changes zero files, so closing it loses nothing: the ancestry it recorded is already on the branch.

auto-merge was automatically disabled August 30, 2026 17:55

Pull request was closed

@rubenvdlinde
rubenvdlinde deleted the sync/beta-to-development-0.2.4-beta.20260830165815 branch August 30, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants