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

Making a release

  • In README.md, change the [Unreleased] section header to [X.Y.Z] - <DATE>. In the bottom of the file you then add a link called X.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.
    • After the GitHub release has been made it might be marked as "pre-release" for some reason by Travis. Edit it and remove the checkmark if necessary.
  • 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