publish pre-release builds to NPM registry #1861
Labels
enhancement
New feature or request
kriskowal-review-2024-01
Issues that kriskowal wants to bring to the attention of the team for review as of January, 2024
What is the Problem Being Solved?
Sometimes pending changes are needed by downstream consumers before they're in an Endo release. E.g. #1850
Description of the Design
Build and publish pre-release versions.
agoric-sdk publishes on each commit to master in its dev-canary job. https://www.npmjs.com/package/agoric?activeTab=versions shows the versions (
{next-version-number}-dev-{gitSha}
).Publishing nightly would also suffice. That numbering scheme could be
{next-version-number}-dev.YYYYMMDD
(like TypeScript has).Security Considerations
n/a
Scaling Considerations
n/a
Test Plan
Trigger the job and confirm the packages are at npmjs.org
Upgrade Considerations
n/a
The text was updated successfully, but these errors were encountered: