Skip to content

Commit

Permalink
Add cache purge instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 16, 2024
1 parent e90c7d3 commit 9b5a7f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,21 @@ git checkout release
aws s3 cp dist <destination>
```


### Purge cache

```bash
curl 'https://purge.jsdelivr.net/npm/@rapideditor/rapid/dist/rapid.css'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/rapid/dist/rapid.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/rapid/dist/rapid.min.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/[email protected]/dist/rapid.css'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/[email protected]/dist/rapid.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/[email protected]/dist/rapid.min.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/rapid@2/dist/rapid.css'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/rapid@2/dist/rapid.js'
curl 'https://purge.jsdelivr.net/npm/@rapideditor/rapid@2/dist/rapid.min.js'
```

### Notify Partners

Notify anyone who uses Rapid that there is a new release.
Expand Down

0 comments on commit 9b5a7f3

Please sign in to comment.