From 34a0f489b6e98b4d20bc6034a53f4136259ba4ca Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Wed, 11 Jan 2023 16:28:46 +0100 Subject: [PATCH] minor updates in how to release --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 707a3f7..1b3cab9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -45,16 +45,16 @@ var Amadeus = require('amadeus'); ### Releasing -To make a new release, follow the following steps: +To make a new release, follow the steps below: - [ ] Update the version in `package.json` using semver rules - [ ] Update the `CHANGELOG.md` with the new version -- [ ] Push all changes and ensure all tests pass on Github Actions +- [ ] Push all changes and ensure all tests pass on GitHub Actions - [ ] Tag your release in git using `git --tag vX.X.X` - [ ] Push the new tag `git push --tags` - [ ] Update the [Releases](https://github.com/amadeus4dev/amadeus-node/releases) tab on GitHub with a new release for the tag, copying the description from the `CHANGELOG.md` -Github Actions will bow build the package and release it to NPM. +GitHub Actions will now build the package and release it to [npm](https://www.npmjs.com/package/amadeus). ## How to contribute to the Amadeus Node Client Library