Skip to content

Commit

Permalink
chore: leave notes for myself on how to release this thing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawootonn committed Jul 28, 2024
1 parent 7954115 commit 0c7454d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
To create a new release

- [] Update the package.json
- [] Update the manifest.json
- [] Run this with the new version

```
git tag -a 1.0.1 -m "1.0.1"
git push origin 1.0.1
```
There is a release action that will create a release for you.

0 comments on commit 0c7454d

Please sign in to comment.