diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ce9fcb..d3a1033d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 instead of Vec(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 @@ -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 diff --git a/test_pull_request.txt b/test_pull_request.txt new file mode 100644 index 00000000..0f7643cc --- /dev/null +++ b/test_pull_request.txt @@ -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. +