Skip to content

Commit c501826

Browse files
committed
rename workfloow
1 parent 3fa532e commit c501826

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ To make a new release, follow the following steps:
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 Travis
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-
Travis will bow build the package and release it to NPM.
57+
Github Actions will bow build the package and release it to NPM.
5858

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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy
1+
name: build
22
on:
33
push:
44
# Sequence of patterns matched against refs/tags

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22
## 5.7.1 - 2021-11-30
3-
Migrate to Github actions
3+
Migrate to Github Actions
44

55
## 5.7.0 - 2021-05-19
66
Add support for the [Flight Availabilities Search API](https://developers.amadeus.com/self-service/category/air/api-doc/flight-availabilities-search/api-reference)

0 commit comments

Comments
 (0)