Skip to content

Bump BCApps manifests and AL-Go repoVersion to 28.3#8388

Open
Copilot wants to merge 3 commits into
releases/28.xfrom
copilot/bump-application-version-28-3-0-0
Open

Bump BCApps manifests and AL-Go repoVersion to 28.3#8388
Copilot wants to merge 3 commits into
releases/28.xfrom
copilot/bump-application-version-28-3-0-0

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 1, 2026

This updates BCApps release version configuration from 28.2/28.2.0.0 to 28.3/28.3.0.0 for app manifests, and updates AL-Go repository version to 28.3 for the next release train.

  • Scope

    • Updated app.json files across System Application, Business Foundation, Tools, and Apps/W1.
    • Updated .github/AL-Go-Settings.json repoVersion from 28.2 to 28.3.
    • Left .github/AL-Go-Settings.json artifact unchanged at bcinsider/Sandbox/28.2//latest.
  • Manifest fields updated

    • Top-level app version ("version")
    • Target application version ("application")
    • Dependency constraints ("dependencies[].version")
  • AL-Go settings updated

    • repoVersion: 28.228.3
    • artifact: unchanged (bcinsider/Sandbox/28.2//latest)
  • Change pattern

    {
      "version": "28.2.0.0",
      "application": "28.2.0.0",
      "dependencies": [
        { "id": "...", "name": "...", "version": "28.2.0.0" }
      ]
    }

    {
      "version": "28.3.0.0",
      "application": "28.3.0.0",
      "dependencies": [
        { "id": "...", "name": "...", "version": "28.3.0.0" }
      ]
    }

Fixes AB#636796

@mirouhl
Copy link
Copy Markdown
Contributor

mirouhl commented Jun 1, 2026

@copilot update also file AL-Go-Settings.json‎

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jun 1, 2026

@copilot update also file AL-Go-Settings.json‎

Implemented in commit e82b11f by updating .github/AL-Go-Settings.json (artifact and repoVersion) from 28.2 to 28.3.

Copilot AI changed the title Bump BCApps application manifests to 28.3.0.0 Bump BCApps manifests and AL-Go settings to 28.3 Jun 1, 2026
Copilot AI requested a review from mirouhl June 1, 2026 12:20
@mirouhl
Copy link
Copy Markdown
Contributor

mirouhl commented Jun 1, 2026

@copilot revert "artifact": "bcinsider/Sandbox/28.3//latest", change I want just repoversion

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jun 1, 2026

@copilot revert "artifact": "bcinsider/Sandbox/28.3//latest", change I want just repoversion

Done in commit b974850: reverted .github/AL-Go-Settings.json artifact back to bcinsider/Sandbox/28.2//latest and kept repoVersion at 28.3.

Copilot AI changed the title Bump BCApps manifests and AL-Go settings to 28.3 Bump BCApps manifests and AL-Go repoVersion to 28.3 Jun 1, 2026
@mirouhl mirouhl marked this pull request as ready for review June 1, 2026 12:33
@mirouhl mirouhl requested review from a team as code owners June 1, 2026 12:33
@github-actions github-actions Bot added this to the Version 28.2 milestone Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants