Skip to content

Commit

Permalink
[Bug] Fixed bundler.yml (#497)
Browse files Browse the repository at this point in the history
* [Bug] Fixed bundler.yml

Signed-off-by: Theo Truong <theotr@amazon.com>

* Updated CHANGELOG.md

Signed-off-by: Theo Truong <theotr@amazon.com>

* Updated CHANGELOG.md

Signed-off-by: Theo Truong <theotr@amazon.com>

---------

Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong authored Apr 18, 2023
1 parent 9ed86ee commit 17a8838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bundler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bundler

# trigger on every commit push and PR for all branches
# trigger on every commit push and PR for all branches
on:
push:
branches: ['**']
paths-ignore:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Deprecated
### Removed
### Fixed
- Fixed malformed `bundler.yml` ([#497](https://github.com/opensearch-project/opensearch-js/pull/497))
### Security

## [2.2.1]
Expand Down Expand Up @@ -140,4 +141,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

[2.1.0]: https://github.com/opensearch-project/opensearch-js/releases/tag/2.1.0
[2.2.0]: https://github.com/opensearch-project/opensearch-js/releases/tag/2.2.0
[Unreleased]: https://github.com/opensearch-project/opensearch-js/compare/2.2.0...HEAD
[2.2.1]: https://github.com/opensearch-project/opensearch-js/releases/tag/2.2.1
[Unreleased]: https://github.com/opensearch-project/opensearch-js/compare/2.2.1...HEAD

0 comments on commit 17a8838

Please sign in to comment.