Manage Releases
Overview
SSRD allows you to submit releases to the Blish HUD module repository automatically. SSRD also allows you to manage existing releases.
Submit a New Release
A new release can be submitted by using the Publish button to select a repo target.
When selected, your module will be built and a new package manifest PR'd to the target repository.
Publish to the public repo
Releases added to the public repo will be visible to all Blish HUD users.
Publish to the prerelease repo
Releases added to the prerelease repo will only be visible to Blish HUD users that have Preview releases enabled. Prerelease releases are good for testing major changes before deploying to a wider audience.
Set Release Notes
Providing release notes helps your users better understand the improvements made to your module. Release notes are shared in the 🎉release-feed Discord channel and on https://pkgs.blishhud.com/.
Release notes can be updated at any time as needed. The posting will be updated both in Discord and on the pkgs site.
Release Listing Modifiers
Toggle Release Listing
Spoil Release
ONLY AN ADMIN CAN UN-SPOIL A RELEASE.
Spoiling a release fully recalls a release for all users:
- The release is no longer available for download in Blish HUD's module repo.
- Users will be unable to enable the module under any circumstances (even if it was previously downloaded and enabled).
A module release should be spoiled when it causes numerous unhandled/fatal exceptions causing Blish HUD to crash.
Delete Release
Currently only available prior to a release getting merged.
Deletes a release from SSRD. If you wish to perform a new release, you will need to bump the version number to avoid artifact naming conflicts (this will be fixed in the future).