Skip to content

chore: prepare Foundry VTT release 14.1.58#3

Merged
RevCivic merged 5 commits into
mainfrom
copilot/update-versions-and-trigger-workflow
Apr 8, 2026
Merged

chore: prepare Foundry VTT release 14.1.58#3
RevCivic merged 5 commits into
mainfrom
copilot/update-versions-and-trigger-workflow

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 8, 2026

Summary

This PR prepares the 14.1.58 release for Foundry VTT.

Changes

  • system.json: Bumped version from 14.1.5614.1.58 and updated the download URL to point to 14.1.58
  • CHANGELOG.md: Added entries for 14.1.57 (release pipeline) and 14.1.58 (this release)
  • .github/workflows/release.yml: Added workflow_dispatch trigger so releases can be manually triggered from the GitHub Actions UI (in addition to the existing tag-push trigger)

How to trigger the release

Repository protection rules prevent the Copilot agent from pushing tags directly. After merging this PR:

  1. Go to Actions → Release → Run workflow
  2. Enter 14.1.58 as the version tag
  3. Click Run workflow

The workflow will verify system.json version matches, build the zip, and publish the GitHub release.

Alternatively, push a tag manually:

git tag -a 14.1.58 -m "14.1.58"
git push origin 14.1.58

Copilot AI and others added 5 commits April 8, 2026 04:04
Agent-Logs-Url: https://github.com/RevCivic/brp/sessions/936d8e92-00a7-4d73-83f5-dabe1ea5682a

Co-authored-by: RevCivic <22403423+RevCivic@users.noreply.github.com>
Co-authored-by: RevCivic <22403423+RevCivic@users.noreply.github.com>
Agent-Logs-Url: https://github.com/RevCivic/brp/sessions/936d8e92-00a7-4d73-83f5-dabe1ea5682a

Co-authored-by: RevCivic <22403423+RevCivic@users.noreply.github.com>
Copilot AI requested a review from RevCivic April 8, 2026 04:09
@RevCivic RevCivic marked this pull request as ready for review April 8, 2026 04:11
@RevCivic RevCivic merged commit 83d8783 into main Apr 8, 2026
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