Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
Bjørn Bugge Grathwohl edited this page Oct 18, 2019 · 5 revisions

Making a release

  • In README.md, change the [Unreleased] section header to [vX.Y.Z] - <DATE>. In the bottom of the file you then add a link called vX.Y.Z to the GitHub comparison to the previous version.
  • Make sure the version in package.json and package-lock.json is updated to the new version on master.
  • Go to https://github.com/deondigital/api-client/releases and make a new release on GitHub with the tag vX.Y.Z where X.Y.Z is the version from package.json.
  • Make sure that your local version matches the one from the newly tagged commit. Build with npm run build and publish with npm publish.

Clone this wiki locally