diff --git a/README.md b/README.md index 1845006..5690981 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,9 @@ run `npm update` in the two applications to pull the latest `main`, and create P ## Releasing -- Update the version number in `package.json` -- Tag the new release in GitHub +To create a new release of this project: + +- On a new branch, run `npm version 2.0.x` +- Either push the tags up or push the new commit/branch up +- Create a new release in GitHub +- In any project using this package, update it to the latest version diff --git a/package-lock.json b/package-lock.json index d24159c..2a4bd14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/ds-caselaw-frontend", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/ds-caselaw-frontend", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "devDependencies": { "stylelint": "^16.10.0", diff --git a/package.json b/package.json index 36eb0a4..d61ff89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/ds-caselaw-frontend", - "version": "2.0.7", + "version": "2.0.8", "description": "Shared styles for the National Archives Find Case Law project", "main": "src/main.scss", "scripts": {