Skip to content

Commit af82911

Browse files
authored
Merge pull request #185 from amadeus4dev/contributors-guide-update
Minor updates in how to release
2 parents d297228 + 34a0f48 commit af82911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ var Amadeus = require('amadeus');
4545

4646
### Releasing
4747

48-
To make a new release, follow the following steps:
48+
To make a new release, follow the steps below:
4949

5050
- [ ] Update the version in `package.json` using semver rules
5151
- [ ] Update the `CHANGELOG.md` with the new version
52-
- [ ] Push all changes and ensure all tests pass on Github Actions
52+
- [ ] Push all changes and ensure all tests pass on GitHub Actions
5353
- [ ] Tag your release in git using `git --tag vX.X.X`
5454
- [ ] Push the new tag `git push --tags`
5555
- [ ] 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`
5656

57-
Github Actions will bow build the package and release it to NPM.
57+
GitHub Actions will now build the package and release it to [npm](https://www.npmjs.com/package/amadeus).
5858

5959
## How to contribute to the Amadeus Node Client Library
6060

0 commit comments

Comments
 (0)