Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Nov 9, 2023
1 parent 3fdceb1 commit 26963d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,22 @@
## Example Manifests

https://iiif-commons.github.io/iiif-av-component/examples/data/bl/sounds-tests/index.html

## Publishing

Checkout the `master` branch, and ensure it is up-to-date.

Run `npm version [major | minor | patch]` for example:

```
npm version patch
```

This will update the `package.json` version and create a git tag. Then push both the main/tag.

```
git push origin main v0.0.8
```

Then the GitHub action will pick up the tag and publish it to NPM :tada:

0 comments on commit 26963d6

Please sign in to comment.