Skip to content

Commit

Permalink
Merge pull request #13 from IIIF-Commons/add_release_notes
Browse files Browse the repository at this point in the history
Adding release info
  • Loading branch information
glenrobson authored Aug 14, 2024
2 parents 7575218 + f5000f4 commit 4debff6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release

To create a new release on NPM you need to create a [release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release) on Github and the [release.yml](.github/workflows/release.yml) action will then deploy a release on NPM.

This requires NPM_TOKEN to be setup as a repository secret. This will update the package at:

https://www.npmjs.com/package/@iiif/3d-manifesto-dev

To update the version number in NPM you will also need to update the version number in [package.json](package.json).

0 comments on commit 4debff6

Please sign in to comment.