Skip to content

Commit

Permalink
Merge pull request #185 from amadeus4dev/contributors-guide-update
Browse files Browse the repository at this point in the history
Minor updates in how to release
  • Loading branch information
minjikarin authored Jan 12, 2023
2 parents d297228 + 34a0f48 commit af82911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af82911

Please sign in to comment.