Skip to content

Commit

Permalink
Enter pre-release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Oct 6, 2022
1 parent 38ff738 commit bdf8467
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"corset": "2.4.0"
},
"changesets": []
}
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Pre-releases

## Entering pre-release mode

```shell
npm run changeset pre enter next
```

## Exiting pre-release mode

```shell
npm run changeset pre exit
```

0 comments on commit bdf8467

Please sign in to comment.