You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,16 +45,16 @@ var Amadeus = require('amadeus');
45
45
46
46
### Releasing
47
47
48
-
To make a new release, follow the following steps:
48
+
To make a new release, follow the steps below:
49
49
50
50
-[ ] Update the version in `package.json` using semver rules
51
51
-[ ] 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
53
53
-[ ] Tag your release in git using `git --tag vX.X.X`
54
54
-[ ] Push the new tag `git push --tags`
55
55
-[ ] 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`
56
56
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).
58
58
59
59
## How to contribute to the Amadeus Node Client Library
0 commit comments