Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add graphql method to get open pull requests(pr [#306])
- add PrItem struct and return Vec<PrItem> instead of Vec<Edge>(pr [#307])
- add early return if no open pull requests are found(pr [#308])
- add test_pull_request.txt for rebase command testing(pr [#310])

### Changed

Expand Down Expand Up @@ -594,6 +595,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#307]: https://github.com/jerus-org/pcu/pull/307
[#308]: https://github.com/jerus-org/pcu/pull/308
[#309]: https://github.com/jerus-org/pcu/pull/309
[#310]: https://github.com/jerus-org/pcu/pull/310
[Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/jerus-org/pcu/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/jerus-org/pcu/compare/v0.3.0...v0.4.0
Expand Down
4 changes: 4 additions & 0 deletions test_pull_request.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This file is added as part of the test pull request for the rebase command.

The pull request should not be approved so that the request remains to be amended by the release command.