Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
docs: Explain release process
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Sep 20, 2022
1 parent a4f6165 commit 9f6b49c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,19 @@ To fill the **Problems** panel in VS Code with all current, type-related errors,
```shell
yarn userscript:release
```

## Releasing a new version

1. Create a tag for this version:

```bash
git tag v2.0.0-beta.9
```

1. Push the tag:

```bash
git push --tags
```

1. Raise the version number in `packages/userscript/package.json` to a higher version that will be in development next!

0 comments on commit 9f6b49c

Please sign in to comment.