Skip to content

Commit

Permalink
chore: upgrade @ossjs/release to 0.7.2 (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Sep 3, 2023
1 parent bcf8700 commit e22854b
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 14 deletions.
12 changes: 12 additions & 0 deletions decisions/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Releases

MSW uses the [Release](https://github.com/ossjs/release) library to automate its releases to NPM.

## Release schedule

The next version of the library releases automatically **every 3 days**.

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.
3 changes: 0 additions & 3 deletions ossjs.release.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@open-draft/test-server": "^0.4.2",
"@ossjs/release": "^0.5.1",
"@ossjs/release": "^0.7.2",
"@playwright/test": "^1.30.0",
"@swc/core": "^1.3.35",
"@swc/jest": "^0.2.24",
Expand Down
45 changes: 35 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions release.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": [
{
"name": "latest",
"use": "pnpm publish --no-git-checks"
}
]
}

0 comments on commit e22854b

Please sign in to comment.