From dff3ec4e81bff18bb639b318284f276a726215c1 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Sun, 27 Oct 2024 12:30:19 +0100 Subject: [PATCH] docs: add preview publish to decisions log --- decisions/releases.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/decisions/releases.md b/decisions/releases.md index 42dc3ead2..8a7a0d813 100644 --- a/decisions/releases.md +++ b/decisions/releases.md @@ -4,9 +4,13 @@ MSW uses the [Release](https://github.com/ossjs/release) library to automate its ## Release schedule -The next version of the library releases automatically **every 3 days**. +The next version of **the library releases automatically every day**. We do our best to choose the optimal release window to accumulate multiple changes under a single release. We do deviate from the release schedule in emergency cases, like when a critical issue has been fixed and needs an immediate release. > [!IMPORTANT] > Please do not ping the library maintainers to release a new version of MSW. Be patient and wait for the automated release to happen. Subscribe to any issue or pull request you are interested in, and you will be notified whenever it gets released. + +## Preview releases + +This repository is configured to **release work-in-progress pull requests** using [okg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new). Once the pull request in question is approved, it will automatically be published to a temporary registry. Follow the instructions in the automated comment to install the work-in-progress version of the package.